summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-09-12 20:53:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-09-12 20:53:15 -0400
commite437f54e41a90740e5529931f742b0f15bbfd94e (patch)
treea29a66af1f96dbdcadc32f04679e3f48c13285c8 /tox.ini
parentdce1a29a77a34d6aaf32743463d85c7dd338e681 (diff)
downloadpython-coveragepy-e437f54e41a90740e5529931f742b0f15bbfd94e.tar.gz
Use PyPy 5.4 instead of 5.1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 19f0e41..04b303c 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,36}, pypy{40,51,3_24,3_52}, doc
+envlist = py{26,27,33,34,35,36}, pypy{40,54,3_24,3_52}, doc
skip_missing_interpreters = True
[testenv]
@@ -29,7 +29,7 @@ install_command = python -m pip install -U {opts} {packages}
passenv = *
setenv =
- pypy,pypy{40,51,3_24,3_52}: COVERAGE_NO_EXTENSION=no C extension under PyPy
+ pypy,pypy{40,54,3_24,3_52}: COVERAGE_NO_EXTENSION=no C extension under PyPy
# Something (pip? setuptools?) chatters about 3.2 support going away.
pypy3_24: PYTHONWARNINGS=ignore:::pkg_resources
@@ -62,8 +62,8 @@ basepython = pypy3-2.4
[testenv:pypy40]
basepython = pypy4.0
-[testenv:pypy51]
-basepython = pypy5.1
+[testenv:pypy54]
+basepython = pypy5.4
[testenv:pypy3_52]
basepython = pypy3-5.2