Enable pep8 to check files in directory tools

The directory tools is exculed for runing pep8 test now. This code was
merged before file subunit-trace.py adding into tools/.
Enable pep8 to check files in toos/ since there will be more python files.

Change-Id: If3b7d9891fa235d690e74dbe91d8e4112d7de17e
This commit is contained in:
Bo Wang 2016-02-01 19:54:24 +08:00
parent 14aae5032e
commit cad6597ff3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ commands = bandit -c bandit.yaml -r heat -n5 -p heat_conservative
[flake8]
show-source = true
exclude=.*,dist,*openstack/common*,*lib/python*,*egg,tools,build,*convergence/scenarios/*
exclude=.*,dist,*openstack/common*,*lib/python*,*egg,build,*convergence/scenarios/*
max-complexity=20
[hacking]