Skip to content

Commit 6d6af17

Browse files
committed
tox anypy environment
1 parent e4b8389 commit 6d6af17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ commands =
5050
[testenv:py39]
5151
basepython = python3.9
5252

53-
[testenv:tip]
54-
# For running against the tip of master of CPython.
55-
basepython = /usr/local/cpython/bin/python3.9
53+
[testenv:anypy]
54+
# For running against my own builds of CPython, or any other specific Python.
55+
basepython = {env:COVERAGE_PYTHON}
5656

5757
[testenv:doc]
5858
# Build the docs so we know if they are successful. We build twice: once with

0 commit comments

Comments
 (0)