Merge "reduce pep8 requirements to just hacking"

This commit is contained in:
Jenkins 2016-02-26 11:30:40 +00:00 committed by Gerrit Code Review
commit 61db04cc23

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.