Enable pep8 to check files in directory tools

The directory tools is exculed for runing pep8 test now.
Enable pep8 to check files in toos/ since there will be more python files.

Change-Id: I49b8b90ab8db82033c5a45ee2bcbfbfb7fb77339
This commit is contained in:
Bo Wang
2016-02-18 19:08:59 +08:00
parent eec057d650
commit e730821c67
2 changed files with 11 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
ignore = H405
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg
[hacking]
local-check-factory = murano.hacking.checks.factory