[PATCH 2/4] Revert "tox: Remove the '-django16' targets"

Stephen Finucane stephen.finucane at intel.com
Mon Nov 9 13:29:14 AEDT 2015


This reverts commit 05bedc9b7678901fd6c590f32c217e1992bd290f.

To allow patchwork deployment on Enterpise versions of Linux, it is
necessary to continue to support Django 1.6.
---
 tox.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index ed043be..823d1dc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = {py27}-django{17,18}
+envlist = {py27}-django{16,17,18}
 skipsdist = True
 
 [testenv]
@@ -8,6 +8,7 @@ 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 =
-- 
2.0.0



More information about the Patchwork mailing list