diff --git a/tox.ini b/tox.ini index 5f25cf3c..43c5b6d4 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,7 @@ skipsdist = True envlist = py36,py37,py38,py39,lint,cov [testenv] -deps = . - -r{toxinidir}/test-requirements.txt +deps = -r{toxinidir}/test-requirements.txt commands = pytest --doctest-modules auditwheel tests [] [testenv:lint]