summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 19f0e41a..04b303cf 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