]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Remove the '-django16' targets
authorStephen Finucane <stephen.finucane@intel.com>
Mon, 2 Nov 2015 20:20:42 +0000 (20:20 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 15:48:53 +0000 (15:48 +0000)
This version of Django 1.6 is no longer supported and there is no need
to test against it.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 823d1dc8e3f741d005374f03b5699f52d30edc0b..ed043be70294877747813f20f9111c2357e44df6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = {py27}-django{16,17,18}
+envlist = {py27}-django{17,18}
 skipsdist = True
 
 [testenv]
@@ -8,7 +8,6 @@ basepython =
     py27: python2.7
 deps =
     -r{toxinidir}/docs/requirements-dev.txt
-    django16: django>=1.6,<1.7
     django17: django>=1.7,<1.8
     django18: django>=1.8,<1.9
 setenv =