aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-11-01 10:13:55 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-01-03 21:10:23 -0600
commitcfd90a268cfd92afa0c820ef276c3a7ecbc4bc05 (patch)
tree18b37568a0b2cb4e7983b5780ac5d3cb32aec65f /tox.ini
parent667700354c2b59ed6ab4f917d4ee834412404aec (diff)
downloadcryptography-cfd90a268cfd92afa0c820ef276c3a7ecbc4bc05.tar.gz
cryptography-cfd90a268cfd92afa0c820ef276c3a7ecbc4bc05.tar.bz2
cryptography-cfd90a268cfd92afa0c820ef276c3a7ecbc4bc05.zip
Drop pypy3, we don't run it in CI, and we won't run it again until these issues are resolved
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 9ce86e4f..db09d8b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,14 +46,6 @@ basepython = python2.7
commands =
sphinx-build -W -b linkcheck docs docs/_build/html
-# Temporarily disable coverage on pypy3 because of performance problems with
-# coverage.py on pypy3.
-[testenv:pypy3]
-commands =
- pip list
- python -c "from cryptography.hazmat.backends.openssl.backend import backend; print(backend.openssl_version_text())"
- py.test --capture=no --strict {posargs}
-
[testenv:pep8]
deps =
flake8