From 6091e11cae1e2ca43709266d0e3ba84ded12ddfc Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 23 May 2017 20:31:03 -0700 Subject: 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 --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.3