Merge "Fix pep8 warnings for build directory"

This commit is contained in:
Zuul 2018-05-12 13:35:59 +00:00 committed by Gerrit Code Review
commit d7ac306980
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