give pep8 and docs environments all of the dependencies they need

Change-Id: Iebd7a1cd0a1ff9eee44fb2a20909f56db90d6430
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-17 16:45:46 -04:00
parent e93f40cd1c
commit d564d37fac
1 changed files with 2 additions and 1 deletions

View File

@ -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 =