aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 525ffe2e..89bcaae3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,14 @@ commands =
coverage combine
coverage report -m
+# This target disables coverage on pypy because of performance problems with
+# coverage.py on pypy.
+[testenv:pypy-nocoverage]
+basepython = pypy
+commands =
+ pip list
+ pytest --capture=no --strict {posargs}
+
[testenv:docs]
extras =
docstest