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}" #commands = python setup.py test --slowest --testr-args="{posargs}"
[testenv:pep8] [testenv:pep8]
#commands = commands =
# flake8 {posargs} flake8 {posargs}
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}