From cfd90a268cfd92afa0c820ef276c3a7ecbc4bc05 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 1 Nov 2015 10:13:55 -0500 Subject: Drop pypy3, we don't run it in CI, and we won't run it again until these issues are resolved --- .travis/upload_coverage.sh | 2 +- tox.ini | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis/upload_coverage.sh b/.travis/upload_coverage.sh index d5f9027e..1a3fd4c4 100755 --- a/.travis/upload_coverage.sh +++ b/.travis/upload_coverage.sh @@ -3,7 +3,7 @@ set -e set -x -NO_COVERAGE_TOXENVS=(pypy3 pep8 py3pep8 docs) +NO_COVERAGE_TOXENVS=(pep8 py3pep8 docs) if ! [[ "${NO_COVERAGE_TOXENVS[*]}" =~ "${TOXENV}" ]]; then source ~/.venv/bin/activate codecov --env TRAVIS_OS_NAME,TOXENV,OPENSSL 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 -- cgit v1.2.3