aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-01 16:37:16 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-01 16:37:16 -0700
commiteca9f36c66274928cc8d113ab114c55b2f05b621 (patch)
tree0922a83820bca0950af8d59c9cca0d45a1e693f1 /tox.ini
parent2c58bbe5fa222fed3d917252a64868171443def9 (diff)
parent33675c3c1d08507ca73b01428ae99b5200af830e (diff)
downloadcryptography-eca9f36c66274928cc8d113ab114c55b2f05b621.tar.gz
cryptography-eca9f36c66274928cc8d113ab114c55b2f05b621.tar.bz2
cryptography-eca9f36c66274928cc8d113ab114c55b2f05b621.zip
Merge branch 'master' into fernet
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 7f02eaba..d804351a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,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 .