summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2016-08-09 14:55:23 +1000
committerStephen Finucane <stephenfinucane@hotmail.com>2016-09-01 21:39:43 +0100
commitfaba2d3f98f1ff68073e36be8c199b52b55950fd (patch)
treee1b3f26e5f38c7a1ff6579dd7ff1945ecde97570 /tox.ini
parentba6f7f0d4ebd7ef1ffc15d93d0222277b2289b28 (diff)
downloadpatchwork-faba2d3f98f1ff68073e36be8c199b52b55950fd.tar
patchwork-faba2d3f98f1ff68073e36be8c199b52b55950fd.tar.gz
tox: Add Python 3.5
Python 3.5 is shipped with Ubuntu 16.04, and it's the new stable release. Add support for this runtime in tox. Note that Django 1.6 and 1.7 don't work with Python 3.5, so these are excluded. Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 41af806..c2edd97 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py{27,34}-django{16,17,18,19}
+envlist = py{27,34}-django{16,17,18,19},py35-django{18,19}
skipsdist = True
[testenv]