summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-24 15:35:51 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-24 15:35:51 -0500
commitc5aa3c17c59150b623b2c2f52be155fae50d3e5a (patch)
tree1e4fda78acde3f38870fd38aec4c27168d531b65 /tox.ini
parent261c5c0c4cf143310647e3d7d14ae39904be8451 (diff)
downloadpython-coveragepy-c5aa3c17c59150b623b2c2f52be155fae50d3e5a.tar.gz
Put back the pypy environment for travis
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bd3d335..f9445da 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ deps =
passenv = *
setenv =
- pypy{24,26,40,3_24}: COVERAGE_NO_EXTENSION=no C extension under PyPy
+ pypy,pypy{24,26,40,3_24}: COVERAGE_NO_EXTENSION=no C extension under PyPy
commands =
python setup.py --quiet clean develop
@@ -39,6 +39,11 @@ commands =
python setup.py --quiet build_ext --inplace
python igor.py test_with_tracer c {posargs}
+[testenv:pypy]
+# The "pypy" environment is for Travis. Probably can make Travis use one of
+# the other environments...
+basepython = pypy
+
[testenv:pypy24]
basepython = pypy2.4