summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-11-09 18:14:47 +0000
committerGerrit Code Review <review@openstack.org>2012-11-09 18:14:47 +0000
commit67577c31b5a74f4041c636e7dfb69ea651d2c9a2 (patch)
treeda7e177351eb938602445d9b8a1969f6a0c3756e
parent39958a83a95396c6136fdbd3943bc195f9eaa5f0 (diff)
parentf0437edd8b7a64ce17566e40d69104e9f4b3de1e (diff)
Merge "Make tox.ini run pep8/hacking checks on bin."
-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}