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 e4b8389 commit 6d6af17Copy full SHA for 6d6af17
tox.ini
@@ -50,9 +50,9 @@ commands =
50
[testenv:py39]
51
basepython = python3.9
52
53
-[testenv:tip]
54
-# For running against the tip of master of CPython.
55
-basepython = /usr/local/cpython/bin/python3.9
+[testenv:anypy]
+# For running against my own builds of CPython, or any other specific Python.
+basepython = {env:COVERAGE_PYTHON}
56
57
[testenv:doc]
58
# Build the docs so we know if they are successful. We build twice: once with
0 commit comments