From: Stephen Finucane Date: Thu, 26 Nov 2015 17:16:48 +0000 (+0000) Subject: tox: Add Python 3.4 targets X-Git-Tag: v1.1.0~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91e346ec29b0861fb7f2407d4d0cfd48f924907;p=thirdparty%2Fpatchwork.git tox: Add Python 3.4 targets These don't currently pass, but they will allow for testing as Python 3 compatibility is added. Signed-off-by: Stephen Finucane --- diff --git a/tox.ini b/tox.ini index 7ab9983b..a5bd8984 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