|
@@ -1,6 +1,6 @@
|
|
[tox]
|
|
[tox]
|
|
downloadcache = {toxworkdir}/cache/
|
|
downloadcache = {toxworkdir}/cache/
|
|
-envlist = py27, pypy
|
|
|
|
|
|
+envlist = py27, pypy, py27-noext, pypy-noext
|
|
|
|
|
|
[testenv]
|
|
[testenv]
|
|
deps =
|
|
deps =
|
|
@@ -18,3 +18,9 @@ setenv =
|
|
[testenv:py25]
|
|
[testenv:py25]
|
|
setenv =
|
|
setenv =
|
|
PIP_INSECURE=1
|
|
PIP_INSECURE=1
|
|
|
|
+
|
|
|
|
+[testenv:py27-noext]
|
|
|
|
+commands = make check-noextensions
|
|
|
|
+
|
|
|
|
+[testenv:pypy-noext]
|
|
|
|
+commands = make check-noextensions
|