From 83156b950bb76042198950f2339cb940f1170ee2 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 12 Apr 2016 16:08:13 +0200 Subject: Add Python 3.5 env --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b2f7e27e..9f03872b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34,flake8 +envlist = py26,py27,py33,py34,py35,flake8 [testenv] commands = nosetests {posargs} -- cgit v1.2.3