summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2012-11-09 14:01:55 -0500
committerDan Prince <dprince@redhat.com>2012-11-12 12:20:26 -0500
commite19a62c7df3d2431c41d3554e1de5f51868f0264 (patch)
tree8769325cef82924c8d4501abaa7e78776a12ee22 /tox.ini
parent8dcafd81dfa0ccd958b614c12eee091a325ec5c4 (diff)
downloadkeystone-e19a62c7df3d2431c41d3554e1de5f51868f0264.tar.gz
keystone-e19a62c7df3d2431c41d3554e1de5f51868f0264.tar.xz
keystone-e19a62c7df3d2431c41d3554e1de5f51868f0264.zip
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 344f60ad..b73d0ca1 100644
--- a/tox.ini
+++ b/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