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:
Kiall Mac Innes 2012-11-20 09:53:59 +00:00
parent 016a629e12
commit faa471acf6
2 changed files with 2 additions and 1 deletions

@ -4,6 +4,7 @@ jsonschema>=0.6
ipaddr
PasteDeploy
stevedore
cliff
# From OpenStack Common
routes>=1.12.3

@ -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}