[PATCH 1/9] tox: Add Python 3.4 targets
Stephen Finucane
stephen.finucane at intel.com
Mon Nov 30 09:10:42 AEDT 2015
These don't currently pass, but they will allow for testing as Python
3 compatibility is added.
Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
tox.ini | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index 70b09a5..a385f1b 100644
--- 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
--
2.0.0
More information about the Patchwork
mailing list