Expand PEP8 coverage to include docs & tests

Change-Id: I0941053c8d3eff69e15da3bd7a8c6942ba4634b1
This commit is contained in:
Dolph Mathews 2012-08-30 03:34:04 -05:00
parent 7ad8497063
commit 4c32b5cd47

View File

@ -15,7 +15,7 @@ commands = bash run_tests.sh -N --no-pep8
[testenv:pep8]
deps = pep8==1.1
commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin keystone setup.py
commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin doc httpd keystone setup.py tests
[tox:jenkins]
downloadcache = ~/cache/pip