summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-02-20 17:12:23 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-02-20 17:18:05 -0500
commitbf5a760dc87d065ebafe8a409e120e7adab27f11 (patch)
treec85987ad574d9581ad03585b4470a8b678e35e31
parent9d90ebd1e6bd49a7ff13dad85ae3593995127565 (diff)
downloadpython-coveragepy-git-bf5a760dc87d065ebafe8a409e120e7adab27f11.tar.gz
build: tox understands "pypy38" on its own
-rw-r--r--tox.ini16
1 files changed, 0 insertions, 16 deletions
diff --git a/tox.ini b/tox.ini
index 766d8937..0a6dde9b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -51,22 +51,6 @@ commands =
# For running against my own builds of CPython, or any other specific Python.
basepython = {env:COVERAGE_ANYPY}
-[testenv:pypy37]
-basepython = pypy3.7
-
-[testenv:pypy38]
-basepython = pypy3.8
-
-[testenv:pypy37-rc]
-basepython = /usr/local/pypy/pypy3.7-v7.3.8rc1-osx64/bin/pypy3
-
-[testenv:pypy38-rc]
-basepython = /usr/local/pypy/pypy3.8-v7.3.8rc1-osx64/bin/pypy3
-
-[testenv:pypy39-rc]
-basepython = /usr/local/pypy/pypy3.9-v7.3.8rc1-osx64/bin/pypy3
-
-
[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