From d564d37fac5635e350f73a6b4bbd02840ecd720c Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 17 Apr 2018 16:45:46 -0400 Subject: [PATCH] give pep8 and docs environments all of the dependencies they need Change-Id: Iebd7a1cd0a1ff9eee44fb2a20909f56db90d6430 Signed-off-by: Doug Hellmann --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9ae3a7ecf..c3dfc92c1 100644 --- a/tox.ini +++ b/tox.ini @@ -27,9 +27,11 @@ commands = [testenv:docs] deps = + {[testenv]deps} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -E -W -b html doc/source doc/build/html + doc8 doc/source [testenv:update-states] deps = @@ -40,7 +42,6 @@ commands = {toxinidir}/tools/update_states.sh [testenv:pep8] commands = flake8 {posargs} - doc8 doc/source [testenv:pylint] deps =