Exclude .test directory from pep8 check

Exclude the .test directory, created by running the comparison of
changes to the XML outputted caused by the current revision, from the
pep8 checks.

Change-Id: I07d06819e0db29efb27bf0f7e4de05bef5bc3a7e
This commit is contained in:
Darragh Bailey 2015-07-07 16:43:24 +01:00
parent 6fe4626518
commit 1898307ec0
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ commands = {posargs}
# don't submit patches that solely correct them or enable them.
ignore = E125,H
show-source = True
exclude = .venv,.tox,dist,doc,build,*.egg
exclude = .venv,.tox,dist,doc,build,*.egg,.test