diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 12:15:00 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 12:15:00 -0400 |
| commit | 6bb0098e9a317b256eb118880ef0732945864799 (patch) | |
| tree | eec3313f25df6b57aeff10cc71f2aa5db6100ef7 /tox.ini | |
| parent | f54b6f19a61c6e9bbfc5b05718c7e0805a872f77 (diff) | |
| download | python-coveragepy-git-6bb0098e9a317b256eb118880ef0732945864799.tar.gz | |
Try generic pypy on travis.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
