diff --git a/tox.ini b/tox.ini index d832c765..6058effa 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pre-commit,py27,py34,py35,py36,pypy,pypy3,lint,manifest,docs,readme,changelog,coverage-report +envlist = pre-commit,lint,py27,py34,py35,py36,pypy,pypy3,manifest,docs,readme,changelog,coverage-report [testenv] @@ -53,7 +53,6 @@ commands = [testenv:pre-commit] skip_install = true basepython = python3.6 -extras = tests deps = pre-commit passenv = HOMEPATH # needed on Windows commands = pre-commit run --all-files --verbose