We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d90ebd commit bf5a760Copy full SHA for bf5a760
tox.ini
@@ -51,22 +51,6 @@ commands =
51
# For running against my own builds of CPython, or any other specific Python.
52
basepython = {env:COVERAGE_ANYPY}
53
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
70
[testenv:doc]
71
# Build the docs so we know if they are successful. We build twice: once with
72
# -q to get all warnings, and once with -QW to get a success/fail status
0 commit comments