aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-08-14 23:25:01 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-14 22:25:01 -0500
commit7c8ed9e306c4e83d7bba80e782794d4055851512 (patch)
tree43cda79513c6dd87409d304e4410f9f41990230a /tox.ini
parentf944c40c86c8af9917a596bfb7704a6f0af36acb (diff)
downloadcryptography-7c8ed9e306c4e83d7bba80e782794d4055851512.tar.gz
cryptography-7c8ed9e306c4e83d7bba80e782794d4055851512.tar.bz2
cryptography-7c8ed9e306c4e83d7bba80e782794d4055851512.zip
Get our travis from pypy (#3865)
* Get our travis from pypy * doh
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 89bcaae3..777e9b89 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,6 +26,14 @@ commands =
pip list
pytest --capture=no --strict {posargs}
+# This target disables coverage on pypy because of performance problems with
+# coverage.py on pypy.
+[testenv:pypy3-nocoverage]
+basepython = pypy3
+commands =
+ pip list
+ pytest --capture=no --strict {posargs}
+
[testenv:docs]
extras =
docstest