diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-04-16 06:44:14 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-04-16 06:44:14 -0400 |
commit | 2bfca8b7a9061e4fa9569cdcae3c841be4921e1a (patch) | |
tree | 3fd6988c9c0d500570240ba1ff6331d9fd3071b3 | |
parent | fdaf03560138ab4188078bdfdfd1095c6961c106 (diff) | |
download | python-coveragepy-git-2bfca8b7a9061e4fa9569cdcae3c841be4921e1a.tar.gz |
Remove tox definitions that tox now does by default
-rw-r--r-- | tox.ini | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -45,23 +45,6 @@ commands = python setup.py --quiet build_ext --inplace python igor.py test_with_tracer c {posargs} -[testenv:py38] -basepython = python3.8 - -[testenv:pypy] -# The "pypy" environment is for Travis. Probably can make Travis use one of -# the other environments... -basepython = pypy - -[testenv:pypy2] -basepython = pypy2 - -[testenv:pypy3] -basepython = pypy3 - -[testenv:jython] -basepython = jython - [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 |