diff --git a/tox.ini b/tox.ini index aa514cc..e240d01 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,6 @@ envlist = py27, py33, py34, py35, py36, py37, py38, pypy [testenv] deps = pytest - pytest-cov numpy commands=pytest tests {posargs}