summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-11-01 07:37:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-11-01 07:37:41 -0500
commitd0a492c6a920ab8094e92b466c5f4fba0601d7db (patch)
tree4f3ef4d066d3cf044efcc8a97616dab54b9cf071 /tox.ini
parentbb8dfbc5d72b9abdc56ee44cf055f43f4135b485 (diff)
downloadpython-coveragepy-git-d0a492c6a920ab8094e92b466c5f4fba0601d7db.tar.gz
PyPy 4.0 works
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 6 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index cc09303a..28d76793 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
[tox]
-envlist = py{26,27,33,34,35}, pypy{24,26,3_24}, doc
+envlist = py{26,27,33,34,35}, pypy{24,26,40,3_24}, doc
skip_missing_interpreters = True
[testenv]
@@ -14,13 +14,13 @@ deps =
mock==1.3.0
PyContracts==1.7.6
py26: unittest2==1.1.0
- py{26,27,33,34}: gevent==1.1b6
+ py{26,27,33,34,35}: gevent==1.1b6
py{26,27,33,34}: eventlet==0.17.4
py{26,27,33,34,35}: greenlet==0.4.9
passenv = *
setenv =
- pypy,pypy{24,26,3_24}: COVERAGE_NO_EXTENSION=no C extensions under PyPy
+ pypy,pypy{24,26,40,3_24}: COVERAGE_NO_EXTENSION=no C extension under PyPy
commands =
python setup.py --quiet clean develop
@@ -49,6 +49,9 @@ basepython = pypy2.6
[testenv:pypy3_24]
basepython = pypy3-2.4
+[testenv:pypy40]
+basepython = pypy4.0
+
[testenv:doc]
# Build the docs so we know if they are successful. We build twice: once with
# -q to get all warnings, and once with -QW to get a success/fail status