From 8c55cf0cb643a3cea7897e18090881d612e73923 Mon Sep 17 00:00:00 2001 From: Wojciech Bartosiak Date: Mon, 8 May 2017 17:59:03 +0200 Subject: [PATCH] Revert "added TOX for Django 1.11 and Python 3.6 (#180)" This reverts commit 2bb4229cfe1d9d24c265649f3573d3e3154ae82a. --- .travis.yml | 4 ---- tox.ini | 8 +++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c39c62..2245af5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,19 +3,15 @@ python: - "2.7" - "3.4" - "3.5" - - "3.6" env: - DJANGO=1.7 - DJANGO=1.8 - DJANGO=1.9 - DJANGO=1.10 - - DJANGO=1.11 matrix: exclude: - python: "3.5" env: DJANGO=1.7 - - python: "3.6" - env: DJANGO=1.7 install: - pip install tox coveralls script: diff --git a/tox.ini b/tox.ini index ef539ff..849f411 100644 --- a/tox.ini +++ b/tox.ini @@ -2,10 +2,9 @@ envlist= clean, - py27-django{17,18,19,110,111}, - py34-django{17,18,19,110,111}, - py35-django{18,19,110,111}, - py36-django{18,19,110,111}, + py27-django{17,18,19,110}, + py34-django{17,18,19,110}, + py35-django{18,19,110}, [testenv] @@ -14,7 +13,6 @@ deps = django18: django>=1.8,<1.9 django19: django>=1.9,<1.10 django110: django>=1.10,<1.11 - django111: django>=1.11,<1.12 coverage mock