Skip to content

Commit

Permalink
Extend tox config to run without extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 17, 2013
1 parent c4547ae commit 77cbcca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist = py27, pypy
envlist = py27, pypy, py27-noext, pypy-noext

[testenv]
deps =
Expand All @@ -18,3 +18,9 @@ setenv =
[testenv:py25]
setenv =
PIP_INSECURE=1

[testenv:py27-noext]
commands = make check-noextensions

[testenv:pypy-noext]
commands = make check-noextensions

0 comments on commit 77cbcca

Please sign in to comment.