Enable pep8 checks
Not super-critical, but it can help maintaining clean code Change-Id: I6052a2f24ae7873cfad0b40cc801decba05b05e5
This commit is contained in:
parent
9b4bd51ab9
commit
0f974fda1c
4
tox.ini
4
tox.ini
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user