summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2012-11-09 12:28:46 -0500
committerDan Prince <dprince@redhat.com>2012-11-09 12:28:46 -0500
commitf0437edd8b7a64ce17566e40d69104e9f4b3de1e (patch)
tree52c8d78e0467ac58c5566c456ef0634548c7cc14
parenta3318d88f27733e03dc2aab55de2f9067fa21a76 (diff)
Make tox.ini run pep8/hacking checks on bin.
This updates the pep8 hacking checks in our tox.ini file so that we are also scanning the bin directory for HACKING violations. Change-Id: I4b010ef4dd799f0afe0fcd56c823a611021e8f60
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a40b1900a..e986d587d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,6 +26,8 @@ deps=pep8==1.2
commands =
python tools/hacking.py --ignore=N4,E12,E711,E721 --repeat --show-source \
--exclude=.venv,.tox,dist,doc,*openstack/common*,*lib/python*,*egg .
+ python tools/hacking.py --ignore=N4,E12,E711,E721 --repeat --show-source \
+ --filename=nova* bin
[testenv:pylint]
setenv = VIRTUAL_ENV={envdir}