summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-31 09:10:27 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-31 09:10:27 -0500
commita6c166617210a0b6bbdada9372f94bbc05c0382f (patch)
tree6e310c9445c014bde238f60ef3a9ff0b4ef2d692 /tox.ini
parent5d5327ba4c09f65149018c81a7c53ebb0d34acb4 (diff)
downloadpython-coveragepy-git-a6c166617210a0b6bbdada9372f94bbc05c0382f.tar.gz
No need for two environment variables that do the same thing
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8e698ccf..0e40f213 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ install_command = python -m pip install -U {opts} {packages}
passenv = *
setenv =
- pypy,pypy{2,3}: COVERAGE_NO_EXTENSION=no C extension under PyPy
+ pypy,pypy{2,3}: COVERAGE_NO_CTRACER=no C extension under PyPy
commands =
python setup.py --quiet clean develop