summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-06-06 08:08:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-06-06 08:08:29 -0400
commit734ee8760df75427753e54b4d8078cfa06484da3 (patch)
tree5ce58f8ec50cfaa1c8597dded294b8193f324cbe
parentd7a37bf8cfabac27698a2159a367b9e640581e86 (diff)
downloadpython-coveragepy-git-734ee8760df75427753e54b4d8078cfa06484da3.tar.gz
test: a more accurate name: COVERAGE_ANYPY
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 24e32676..76a1b1db 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,9 +47,9 @@ commands =
python igor.py test_with_tracer c {posargs}
[testenv:anypy]
-# $set_env.py: COVERAGE_PYTHON - The custom Python for "tox -e anypy"
+# $set_env.py: COVERAGE_ANYPY - The custom Python for "tox -e anypy"
# For running against my own builds of CPython, or any other specific Python.
-basepython = {env:COVERAGE_PYTHON}
+basepython = {env:COVERAGE_ANYPY}
[testenv:doc]
# Build the docs so we know if they are successful. We build twice: once with