summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-27 13:49:03 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-27 13:49:03 -0500
commit0ed319529c4df0f99556eab3490000c660b6e14b (patch)
treee976d64e948bdc2ef2bc53a9c5b3adf0dd663721 /tox.ini
parent08dd0d888e423e5419762464096788e87183bea6 (diff)
downloadpython-coveragepy-0ed319529c4df0f99556eab3490000c660b6e14b.tar.gz
Nicer messages when skipping tracer types during testing.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 3b78ea5..c1dc50b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,28 +62,28 @@ deps =
basepython = pypy2.2
# PyPy has no C extensions
setenv =
- COVERAGE_NO_EXTENSION=1
+ COVERAGE_NO_EXTENSION=no C extensions under PyPy
[testenv:pypy23]
basepython = pypy2.3
# PyPy has no C extensions
setenv =
- COVERAGE_NO_EXTENSION=1
+ COVERAGE_NO_EXTENSION=no C extensions under PyPy
[testenv:pypy24]
basepython = pypy2.4
# PyPy has no C extensions
setenv =
- COVERAGE_NO_EXTENSION=1
+ COVERAGE_NO_EXTENSION=no C extensions under PyPy
[testenv:pypy3_23]
basepython = pypy3-2.3
# PyPy has no C extensions
setenv =
- COVERAGE_NO_EXTENSION=1
+ COVERAGE_NO_EXTENSION=no C extensions under PyPy
[testenv:pypy3_24]
basepython = pypy3-2.4
# PyPy has no C extensions
setenv =
- COVERAGE_NO_EXTENSION=1
+ COVERAGE_NO_EXTENSION=no C extensions under PyPy