summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-08-30 03:34:04 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-08-30 03:35:34 -0500
commit4c32b5cd472f9b32daba26128ab28ed1205e9493 (patch)
treefd750830bab60c89801c79b21bc3231cbd650702 /tox.ini
parent7ad849706304c2591ff5f3f15d23c32f6c699a88 (diff)
downloadkeystone-4c32b5cd472f9b32daba26128ab28ed1205e9493.tar.gz
keystone-4c32b5cd472f9b32daba26128ab28ed1205e9493.tar.xz
keystone-4c32b5cd472f9b32daba26128ab28ed1205e9493.zip
Expand PEP8 coverage to include docs & tests
Change-Id: I0941053c8d3eff69e15da3bd7a8c6942ba4634b1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 402f46ea..bf754ccc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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