summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-12-20 18:38:08 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-01-10 09:46:18 -0500
commitd230aca5a299373d784a1eb29e64587308726ca9 (patch)
treeeda608e42e2f0fdf1de7c3da89085c7470a09bf2
parent331f66ba52c08add313a932badc03d7523685c7c (diff)
downloadpython-coveragepy-git-d230aca5a299373d784a1eb29e64587308726ca9.tar.gz
So that set_env can show me one more variable
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 077d4c1f..317dea42 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,6 +48,7 @@ commands =
python igor.py test_with_tracer c {posargs}
[testenv:anypy]
+# $set_env.py: COVERAGE_PYTHON - The custom Python for "tox -e anypy"
# For running against my own builds of CPython, or any other specific Python.
basepython = {env:COVERAGE_PYTHON}