From f0437edd8b7a64ce17566e40d69104e9f4b3de1e Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 9 Nov 2012 12:28:46 -0500 Subject: 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 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) 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} -- cgit