Make tox.ini run pep8 checks on bin.
This updates the pep8 checks in our tox.ini file so that we are also scanning the bin directory. Additionally, it updates the main pep8 check so that it scans keystone properly as well. Previously there were a bunch of files getting skipped due to some of the pep8 pattern matching. Change-Id: I13827f1c1e4155aa6979c10e981da5422391bf2d
This commit is contained in:
parent
8dcafd81df
commit
e19a62c7df
4
tox.ini
4
tox.ini
@ -15,7 +15,9 @@ commands = nosetests {posargs}
|
||||
|
||||
[testenv:pep8]
|
||||
deps = pep8==1.3.3
|
||||
commands = pep8 --exclude=vcsversion.py,*.pyc,openstack --repeat --show-source bin doc httpd keystone setup.py tests
|
||||
commands =
|
||||
pep8 --exclude=.venv,.tox,dist,doc,openstack,vendor,*egg --repeat --show-source .
|
||||
pep8 --repeat --show-source --filename=keystone* bin
|
||||
|
||||
[tox:jenkins]
|
||||
downloadcache = ~/cache/pip
|
||||
|
Loading…
Reference in New Issue
Block a user