diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -46,6 +46,14 @@ 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] +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 | 
