aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-23 13:00:23 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-23 13:00:23 -0600
commitdefa460b5a457f4d1d4d4c409fcdf8b39b113cb8 (patch)
treee84e5295cd3736a868097d5f7149760263211278 /tox.ini
parent9d24f6cedd9a13a6901a9f8bc915141c59ca6f94 (diff)
downloadcryptography-defa460b5a457f4d1d4d4c409fcdf8b39b113cb8.tar.gz
cryptography-defa460b5a457f4d1d4d4c409fcdf8b39b113cb8.tar.bz2
cryptography-defa460b5a457f4d1d4d4c409fcdf8b39b113cb8.zip
don't do coverage under pypy3
Diffstat (limited to 'tox.ini')
-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