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