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:
Sean Dague 2015-11-19 14:09:38 -05:00
parent 9dbbc1f243
commit 9843641b86

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