diff options
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |