Skip to content
Snippets Groups Projects
Commit 72c9d2cb authored by Doug Szumski's avatar Doug Szumski
Browse files

Ignore doc build path

If you build the docs with `tox -edocs` and then run `tox -epep8`,
it will always fail because it checks the build output from the
docs. This change ignores the build folder.

Trivial-Fix
Change-Id: Ie7c53b517b7cfff1d317cad014371c94c6212eac
parent 8219542f
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ deps = ...@@ -42,7 +42,7 @@ deps =
commands = commands =
{toxinidir}/tools/run-bashate.sh {toxinidir}/tools/run-bashate.sh
flake8 {posargs} flake8 {posargs}
doc8 doc doc8 doc/source
python {toxinidir}/tools/validate-all-file.py python {toxinidir}/tools/validate-all-file.py
bandit --skip B303 -r ansible kolla_ansible tests tools bandit --skip B303 -r ansible kolla_ansible tests tools
yamllint -s . yamllint -s .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment