diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-03 17:14:37 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-03 17:14:37 -0400 |
| commit | 817d7c66f234cb18e58d05b0d87478a6732fc1e7 (patch) | |
| tree | 8d4a9c1afd0d79b02fc652b433302733bac6b0c9 /tox.ini | |
| parent | 4e3daa76648b8541fd89a14ae11a15946f87bf52 (diff) | |
| download | python-coveragepy-git-817d7c66f234cb18e58d05b0d87478a6732fc1e7.tar.gz | |
Test on PyPy 5.1, and note the support
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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,40,3_24}, doc +envlist = py{26,27,33,34,35}, pypy{40,51,3_24}, doc skip_missing_interpreters = True [testenv] @@ -23,7 +23,7 @@ deps = passenv = * setenv = - pypy,pypy{24,26,40,3_24}: COVERAGE_NO_EXTENSION=no C extension under PyPy + pypy,pypy{24,26,40,51,3_24}: COVERAGE_NO_EXTENSION=no C extension under PyPy # Something (pip? setuptools?) chatters about 3.2 support going away. pypy3_24: PYTHONWARNINGS=ignore:::pkg_resources @@ -59,6 +59,9 @@ basepython = pypy3-2.4 [testenv:pypy40] basepython = pypy4.0 +[testenv:pypy51] +basepython = pypy5.1 + [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 |
