aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 20:53:46 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 20:53:46 -0700
commit3b243187f9ca6bec2bea125cf69dc2ddbbc7285f (patch)
tree90329b090fab13ffae35036087981f57c393e5e2 /tox.ini
parent3620b6080a4c33e97f37c619d3f8f5fdc1041a5c (diff)
parent46cb6010f9e063acb0695f71bdbe227da074b168 (diff)
downloadcryptography-3b243187f9ca6bec2bea125cf69dc2ddbbc7285f.tar.gz
cryptography-3b243187f9ca6bec2bea125cf69dc2ddbbc7285f.tar.bz2
cryptography-3b243187f9ca6bec2bea125cf69dc2ddbbc7285f.zip
Merge pull request #207 from dreid/temp-disable-coverage-on-pypy
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 b01aeb74..c0a9738f 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 .