Fix pep8 warnings for build directory

Pep8 was producing warnings about files in the doc/build
directory.  These warning are not necessary.  This change
adds --ignore-path for those things that do not need to
be verified by pep8/doc8 .

Change-Id: Icb83d5d7e87ea75e3296e33e0e726e2374948f57
This commit is contained in:
Jay S. Bryant 2018-05-11 14:16:08 -05:00
parent 86c68552c7
commit 311aa08839
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ deps =
commands = {posargs}
[testenv:pep8]
commands = doc8 doc
commands = doc8 --ignore-path .tox --ignore-path *.egg-info --ignore-path doc/build --ignore-path .eggs/*/EGG-INFO/*.txt doc
[testenv:docs]
commands = sphinx-build -b html -W doc/source doc/build/html