Add more dir exceptions to pep8 tox job

Manila has more dynamically created dirs than we exclude in
pep8 job. Such as 'build' and 'cover'.
Therefore, exclude them too to speed up passing of pep8 job on dev
machine where lots of dynamically created things exist.

TrivialFix

Change-Id: I256720846acdd584cadaf59e9dedaad0ff741ae3
This commit is contained in:
Valeriy Ponomaryov 2016-06-08 15:53:38 +03:00
parent e96e7cb299
commit 94cf34992c
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ commands = python tools/lintstack.py check
# Following checks are ignored on purpose:
ignore =
builtins = _
exclude = .venv,.tox,dist,doc,*egg
exclude = .git,.tox,.testrepository,.venv,build,cover,dist,doc,*egg
[hacking]
import_exceptions =