Enable pep8 checks

Not super-critical, but it can help maintaining clean code

Change-Id: I6052a2f24ae7873cfad0b40cc801decba05b05e5
This commit is contained in:
Pino Toscano 2015-09-30 13:02:18 +02:00
parent 9b4bd51ab9
commit 0f974fda1c
1 changed files with 2 additions and 2 deletions

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}