aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-05-23 20:31:03 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-23 20:31:03 -0700
commit6091e11cae1e2ca43709266d0e3ba84ded12ddfc (patch)
tree070abc134d8afff90dcb4a09ed0c659b999a8a1d /tox.ini
parent70e8f90b250ba65167943f67cb851495bc7b8add (diff)
downloadcryptography-6091e11cae1e2ca43709266d0e3ba84ded12ddfc.tar.gz
cryptography-6091e11cae1e2ca43709266d0e3ba84ded12ddfc.tar.bz2
cryptography-6091e11cae1e2ca43709266d0e3ba84ded12ddfc.zip
Bump the minimum PyPy/cffi version and simplify as a result (#3585)
* Bump the minimum PyPy/cffi version and simplify as a result * unused imports * grumble, fix
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 136b4ccf..525ffe2e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,14 +38,6 @@ basepython = python2.7
commands =
sphinx-build -W -b linkcheck docs docs/_build/html
-# This target disables coverage on pypy because of performance problems with
-# coverage.py on pypy.
-[testenv:pypy-nocoverage]
-basepython = pypy
-commands =
- pip list
- py.test --capture=no --strict {posargs}
-
[testenv:pep8]
extras =
pep8test