summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-10-31 15:53:59 -0700
committerDavid Reid <dreid@dreid.org>2013-10-31 15:53:59 -0700
commit46cb6010f9e063acb0695f71bdbe227da074b168 (patch)
treee7c955b8c60a5ce766cf20c5467df43917d65330 /tox.ini
parent6183977b8bcad36902c7ce73f63771a4efdee83f (diff)
downloadcryptography-46cb6010f9e063acb0695f71bdbe227da074b168.tar.gz
Disable coverage on pypy temporarily.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b01aeb742..c0a9738f2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,11 @@ commands =
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b linkcheck docs docs/_build/html
+# Temporarily disable coverage on pypy because of performance problems with
+# coverage.py on pypy.
+[testenv:pypy]
+commands = py.test
+
[testenv:pep8]
deps = flake8
commands = flake8 .