Pull lint to the front for faster feedback

Also extras make no sense with skip_install=true
This commit is contained in:
Hynek Schlawack 2018-06-16 10:41:45 +02:00
parent 9ffb013ea7
commit 9278f8f942
1 changed files with 1 additions and 2 deletions

View File

@ -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