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
commit0e16713735ca0be15bec7000330ac83cc542ee9c (patch)
tree4d8e4193f4f51602db0f76d4c8e3d222ac457295 /tox.ini
parent77517450f7164ab471aad3c8776879306bc33787 (diff)
downloadpython-coveragepy-0e16713735ca0be15bec7000330ac83cc542ee9c.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 8e698cc..0e40f21 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