Merge "Enable pep8 checks"

This commit is contained in:
Jenkins 2015-10-05 21:16:07 +00:00 committed by Gerrit Code Review
commit 2e758b2c50

View File

@ -15,8 +15,8 @@ deps =
#commands = python setup.py test --slowest --testr-args="{posargs}"
[testenv:pep8]
#commands =
# flake8 {posargs}
commands =
flake8 {posargs}
[testenv:venv]
commands = {posargs}