summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-06-09 17:13:39 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-06-09 17:13:39 -0400
commitf4eebaa9f47d46d5e9143030887c08ccce711dcb (patch)
tree628ca96f5aa3d394e4153b80b6d9daeed7358332 /tox.ini
parent769bf6028c20385e43fab7bc75e70f547fcc82ea (diff)
downloadpython-coveragepy-f4eebaa9f47d46d5e9143030887c08ccce711dcb.tar.gz
Also test on PyPy 2.6.0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c3f55b6..a5abd8d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py33, py34, py35, pypy24, pypy3_24
+envlist = py26, py27, py33, py34, py35, pypy24, pypy26, pypy3_24
skip_missing_interpreters = True
[testenv]
@@ -33,13 +33,16 @@ deps =
py26,py27,py33,py34,py35: greenlet
setenv =
- pypy24,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy
+ pypy24,pypy26,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy
usedevelop = True
[testenv:pypy24]
basepython = pypy2.4
+[testenv:pypy26]
+basepython = pypy2.6
+
[testenv:pypy3_24]
basepython = pypy3-2.4