From: Daniel Axtens Date: Tue, 9 Aug 2016 04:55:23 +0000 (+1000) Subject: tox: Add Python 3.5 X-Git-Tag: v2.0.0-rc1~272 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faba2d3f98f1ff68073e36be8c199b52b55950fd;p=thirdparty%2Fpatchwork.git 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 Signed-off-by: Stephen Finucane --- diff --git a/tox.ini b/tox.ini index 41af806a..c2edd975 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]