Merge "Make tox.ini run pep8 checks on bin."

This commit is contained in:
Jenkins 2012-11-09 19:48:44 +00:00 committed by Gerrit Code Review
commit 2cf66d2585

View File

@ -21,7 +21,9 @@ downloadcache = ~/cache/pip
[testenv:pep8]
deps = pep8
setuptools_git>=0.4
commands = pep8 --repeat --show-source --ignore=E125 --exclude=.venv,.tox,dist,doc,openstack,*egg .
commands =
pep8 --repeat --show-source --ignore=E125 --exclude=.venv,.tox,dist,doc,openstack,*egg .
pep8 --repeat --show-source --ignore=E125 --filename=quantum* bin
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1