From d230aca5a299373d784a1eb29e64587308726ca9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 20 Dec 2020 18:38:08 -0500 Subject: So that set_env can show me one more variable --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.2.1