make pep8 faster
This builds a stripped down tox target for pep8 that doesn't need a giant venv with all the things. Works fast and lean, and makes julien fries. Change-Id: Id5b7671fb7f2b8cbf88745fd12f9238b3c0bb2dd
This commit is contained in:
parent
9dbbc1f243
commit
9843641b86
1
tox.ini
1
tox.ini
@ -10,6 +10,7 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
deps = hacking<0.11,>=0.10.0
|
||||
|
||||
[testenv:cover]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user