aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-01-04 22:42:11 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-01-04 22:42:11 -0500
commit262dd383ab1dcc7f98ea0e7ae0a0fa297500312c (patch)
treeaa2b29c654ce690951107530ff42191ae814f373 /tox.ini
parentdd74a12711b96eb508f0bb563cd1774b5b3b4ceb (diff)
parent11f9f1374bb0c74cd2c34f1d92b28d2e382903e7 (diff)
downloadcryptography-262dd383ab1dcc7f98ea0e7ae0a0fa297500312c.tar.gz
cryptography-262dd383ab1dcc7f98ea0e7ae0a0fa297500312c.tar.bz2
cryptography-262dd383ab1dcc7f98ea0e7ae0a0fa297500312c.zip
Merge pull request #2638 from reaperhulk/travis-pypy
Travis PyPy coverage
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 3 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index 4c31bb6c..dfb6761d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,17 +46,10 @@ basepython = python2.7
commands =
sphinx-build -W -b linkcheck docs docs/_build/html
-# Temporarily disable coverage on pypy because of performance problems with
+# This target disables coverage on pypy because of performance problems with
# coverage.py on pypy.
-[testenv:pypy]
-commands =
- pip list
- python -c "from cryptography.hazmat.backends.openssl.backend import backend; print(backend.openssl_version_text())"
- py.test --capture=no --strict {posargs}
-
-# Temporarily disable coverage on pypy3 because of performance problems with
-# coverage.py on pypy3.
-[testenv:pypy3]
+[testenv:pypy-nocoverage]
+basepython = pypy
commands =
pip list
python -c "from cryptography.hazmat.backends.openssl.backend import backend; print(backend.openssl_version_text())"