aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 677df7e4..4e1304d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,6 +45,12 @@ commands =
commands =
py.test --capture=no --strict {posargs}
+# Temporarily disable coverage on pypy3 because of performance problems with
+# coverage.py on pypy3.
+[testenv:pypy3]
+commands =
+ py.test --capture=no --strict {posargs}
+
[testenv:pep8]
deps =
flake8