diff options
| author | Dan Prince <dprince@redhat.com> | 2012-11-09 12:28:46 -0500 |
|---|---|---|
| committer | Dan Prince <dprince@redhat.com> | 2012-11-09 12:28:46 -0500 |
| commit | f0437edd8b7a64ce17566e40d69104e9f4b3de1e (patch) | |
| tree | 52c8d78e0467ac58c5566c456ef0634548c7cc14 | |
| parent | a3318d88f27733e03dc2aab55de2f9067fa21a76 (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.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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} |
