From f3f6b3570a95cc7ac62840fef7911f8ea6be01d2 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 15 Sep 2015 14:02:30 +0200 Subject: [PATCH] Add Python 3.5 against Django 1.9 --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 89d43771a..dc0388ccd 100644 --- a/tox.ini +++ b/tox.ini @@ -6,9 +6,13 @@ envlist = py27-{lint,docs}, {py26,py27,py32,py33,py34}-django{15,16}, {py27,py32,py33,py34}-django{17,18}, - {py27,py34}-django{master} + {py27,py34,py35}-django{master} [testenv] +basepython = + py35: python3.5 + + commands = ./runtests.py --fast {posargs} --coverage setenv = PYTHONDONTWRITEBYTECODE=1