aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-19 00:59:13 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-19 06:59:13 -0400
commit63df0102a4f9ba01bbff4ccf61491f53dbf8f4c2 (patch)
tree7a02699bd91fe2f06c81d9230107552006bfe8e0 /tox.ini
parentc38e5508caa08053692884879ccfa5b620dc1afc (diff)
downloadcryptography-63df0102a4f9ba01bbff4ccf61491f53dbf8f4c2.tar.gz
cryptography-63df0102a4f9ba01bbff4ccf61491f53dbf8f4c2.tar.bz2
cryptography-63df0102a4f9ba01bbff4ccf61491f53dbf8f4c2.zip
add pypy3.5 to our test matrix (#3709)
* add pypy3.5 to our test matrix * pypy-nocoverage time
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 525ffe2e..89bcaae3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,14 @@ commands =
coverage combine
coverage report -m
+# This target disables coverage on pypy because of performance problems with
+# coverage.py on pypy.
+[testenv:pypy-nocoverage]
+basepython = pypy
+commands =
+ pip list
+ pytest --capture=no --strict {posargs}
+
[testenv:docs]
extras =
docstest