From 8bd317babfb6ad7ca1cb1d9c364f32fc9a385395 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 12 Sep 2016 20:53:15 -0400 Subject: Use PyPy 5.4 instead of 5.1 --- tox.ini | 8 ++++---- 1 file 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 -- cgit v1.2.1