summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-30 12:15:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-30 12:15:00 -0400
commit6bb0098e9a317b256eb118880ef0732945864799 (patch)
treeeec3313f25df6b57aeff10cc71f2aa5db6100ef7 /tox.ini
parentf54b6f19a61c6e9bbfc5b05718c7e0805a872f77 (diff)
downloadpython-coveragepy-git-6bb0098e9a317b256eb118880ef0732945864799.tar.gz
Try generic pypy on travis.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index a29724c5..93359990 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,12 +37,12 @@ setenv =
usedevelop = True
passenv = *
+[testenv:pypy]
+basepython = pypy
+
[testenv:pypy24]
basepython = pypy2.4
-[testenv:pypy25]
-basepython = pypy2.5
-
[testenv:pypy26]
basepython = pypy2.6