File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ install_command = python -m pip install -U {opts} {packages}
24
24
25
25
passenv = *
26
26
setenv =
27
- pypy{3,37,38}: COVERAGE_NO_CTRACER =no C extension under PyPy
27
+ pypy{3,37,38,39 }: COVERAGE_NO_CTRACER =no C extension under PyPy
28
28
jython: COVERAGE_NO_CTRACER =no C extension under Jython
29
29
jython: PYTEST_ADDOPTS =-n 0
30
30
# For some tests, we need .pyc files written in the current directory,
@@ -51,6 +51,22 @@ commands =
51
51
# For running against my own builds of CPython, or any other specific Python.
52
52
basepython = {env:COVERAGE_ANYPY}
53
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
+
54
70
[testenv:doc]
55
71
# Build the docs so we know if they are successful. We build twice: once with
56
72
# -q to get all warnings, and once with -QW to get a success/fail status
You can’t perform that action at this time.
0 commit comments