summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-01-09 17:56:03 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-01-10 07:09:26 -0500
commit6d6af170da8e642dad03e911422be2e91bef55da (patch)
treee31f94d9ee8b6635b6d1b92df911067d582bade0
parente4b8389b27ce4e7681788b8a28dc875ff4991739 (diff)
downloadpython-coveragepy-git-6d6af170da8e642dad03e911422be2e91bef55da.tar.gz
tox anypy environment
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index c65f8f8b..c96d541a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -50,9 +50,9 @@ commands =
[testenv:py39]
basepython = python3.9
-[testenv:tip]
-# For running against the tip of master of CPython.
-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}
[testenv:doc]
# Build the docs so we know if they are successful. We build twice: once with