Add cliff to pip-requires and ensure all bin/ files are checked with pep8
Fixup of Ib881a57a Change-Id: I5661166f7c5f05b2ec777631ac7d4a359f43637e
This commit is contained in:
parent
016a629e12
commit
faa471acf6
@ -4,6 +4,7 @@ jsonschema>=0.6
|
||||
ipaddr
|
||||
PasteDeploy
|
||||
stevedore
|
||||
cliff
|
||||
|
||||
# From OpenStack Common
|
||||
routes>=1.12.3
|
||||
|
2
tox.ini
2
tox.ini
@ -28,7 +28,7 @@ setenv = {[testenv]setenv}
|
||||
[testenv:pep8]
|
||||
deps = {[testenv]deps}
|
||||
pep8==1.3.3
|
||||
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack moniker setup.py bin/moniker-api bin/moniker-central bin/moniker-agent
|
||||
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack moniker setup.py bin/moniker-api bin/moniker-central bin/moniker-agent bin/moniker-manage
|
||||
|
||||
[testenv:pyflakes]
|
||||
deps = {[testenv]deps}
|
||||
|
Loading…
x
Reference in New Issue
Block a user