Skip to content

Commit bf5a760

Browse files
committed
build: tox understands "pypy38" on its own
1 parent 9d90ebd commit bf5a760

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tox.ini

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,6 @@ commands =
5151
# For running against my own builds of CPython, or any other specific Python.
5252
basepython = {env:COVERAGE_ANYPY}
5353

54-
[testenv:pypy37]
55-
basepython = pypy3.7
56-
57-
[testenv:pypy38]
58-
basepython = pypy3.8
59-
60-
[testenv:pypy37-rc]
61-
basepython = /usr/local/pypy/pypy3.7-v7.3.8rc1-osx64/bin/pypy3
62-
63-
[testenv:pypy38-rc]
64-
basepython = /usr/local/pypy/pypy3.8-v7.3.8rc1-osx64/bin/pypy3
65-
66-
[testenv:pypy39-rc]
67-
basepython = /usr/local/pypy/pypy3.9-v7.3.8rc1-osx64/bin/pypy3
68-
69-
7054
[testenv:doc]
7155
# Build the docs so we know if they are successful. We build twice: once with
7256
# -q to get all warnings, and once with -QW to get a success/fail status

0 commit comments

Comments
 (0)