diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 11:46:23 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 11:46:23 -0400 |
| commit | 7bd3511d03f5c00c9d512ee5d2a71f485b238f5f (patch) | |
| tree | a4d897727cd73c1276b69e96313dd7bca2c96bc4 /tox.ini | |
| parent | e6c43e12de4307fa736f231b198944525e0dc923 (diff) | |
| download | python-coveragepy-git-7bd3511d03f5c00c9d512ee5d2a71f485b238f5f.tar.gz | |
Use tox on travis. There's probably a better way to do this.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -32,7 +32,7 @@ deps = py26,py27,py33,py34,py35: greenlet==0.4.7 setenv = - pypy24,pypy26,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy + pypy24,pypy25,pypy26,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy usedevelop = True passenv = * @@ -40,6 +40,9 @@ passenv = * [testenv:pypy24] basepython = pypy2.4 +[testenv:pypy25] +basepython = pypy2.5 + [testenv:pypy26] basepython = pypy2.6 |
