]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Add Python 3.5
authorDaniel Axtens <dja@axtens.net>
Tue, 9 Aug 2016 04:55:23 +0000 (14:55 +1000)
committerStephen Finucane <stephenfinucane@hotmail.com>
Thu, 1 Sep 2016 20:39:43 +0000 (21:39 +0100)
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>
tox.ini

diff --git a/tox.ini b/tox.ini
index 41af806ada0ad8a5fdd469f01948f3e82bc99227..c2edd9753f07f590c367cc64f1cdd5d2c145dc06 100644 (file)
--- 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]