From 72c9d2cbfee8cc96324cb8afb785db6675f21d0a Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Tue, 16 Oct 2018 14:05:27 +0000 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b40129bcc7..bc8039ba30 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ deps = commands = {toxinidir}/tools/run-bashate.sh flake8 {posargs} - doc8 doc + doc8 doc/source python {toxinidir}/tools/validate-all-file.py bandit --skip B303 -r ansible kolla_ansible tests tools yamllint -s .