diff --git a/tox.ini b/tox.ini index dbe2ebc..f65298a 100644 --- a/tox.ini +++ b/tox.ini @@ -14,9 +14,6 @@ setenv = PYTHONPATH = {toxinidir} deps = -r{toxinidir}/requirements.txt -; If you want to make tox run the tests with the same versions, create a -; requirements.txt with the pinned versions and uncomment the following line: -; -r{toxinidir}/requirements.txt commands = pip install -U pip pytest --basetemp={envtmpdir}