reduce pep8 requirements to just hacking

Because we are constrained by the constraints mechanism we no longer
need to install all of test-requirements to get hacking at the right
version, because we'll only install the upper-constraints version.

Change-Id: I877ffec045cc43a32f97be8afe453d4755507217
This commit is contained in:
Sean Dague
2016-01-13 13:49:13 -05:00
parent 01f5c73bf5
commit 1e287ae14b

View File

@@ -24,6 +24,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:pep8]
basepython = python2.7
deps = hacking
commands =
bash tools/flake8wrap.sh {posargs}
# Check that .po and .pot files are valid.