Browse Source

tox.ini: add support for Python 3.5

Nicolas Dandrimont 9 years ago
parent
commit
9960b5ac02
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tox.ini

+ 4 - 1
tox.ini

@@ -1,6 +1,6 @@
 [tox]
 downloadcache = {toxworkdir}/cache/
-envlist = py26, py27, pypy, py27-noext, pypy-noext, py34, py34-noext
+envlist = py26, py27, pypy, py27-noext, pypy-noext, py34, py34-noext, py35, py35-noext
 
 [testenv]
 deps =
@@ -18,3 +18,6 @@ commands = make check-noextensions
 
 [testenv:py34-noext]
 commands = make check-noextensions
+
+[testenv:py35-noext]
+commands = make check-noextensions