diff mbox

[3/3] tox: Remove the Django 1.6

Message ID 1446496262-27236-4-git-send-email-stephen.finucane@intel.com
State Superseded
Headers show

Commit Message

Stephen Finucane Nov. 2, 2015, 8:31 p.m. UTC
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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

diff --git a/tox.ini b/tox.ini
index d7eb5b0..c9b48c0 100644
--- 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 =