]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Add Python 3.4 targets
authorStephen Finucane <stephen.finucane@intel.com>
Thu, 26 Nov 2015 17:16:48 +0000 (17:16 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 3 Dec 2015 22:08:52 +0000 (22:08 +0000)
These don't currently pass, but they will allow for testing as Python
3 compatibility is added.

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

diff --git a/tox.ini b/tox.ini
index 7ab9983ba01f168d4ea980d35b4a7655d8822bb5..a5bd8984279e8ed19b8f960239bdaf793730977c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,12 @@
 [tox]
 minversion = 1.6
-envlist = {py27}-django{16,17,18}
+envlist = py{27,34}-django{16,17,18}
 skipsdist = True
 
 [testenv]
 basepython =
     py27: python2.7
+    py34: python3.4
 deps =
     -r{toxinidir}/requirements-test.txt
     django16: django>=1.6,<1.7