These don't currently pass, but they will allow for testing as Python 3 compatibility is added.
Signed-off-by: Stephen Finucane <[email protected]> --- 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 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
