Merge "give pep8 and docs environments all of the dependencies they need"

This commit is contained in:
Zuul 2018-06-06 23:36:51 +00:00 committed by Gerrit Code Review
commit a4a90bc5da

View File

@ -26,9 +26,11 @@ commands =
[testenv:docs]
basepython = python3
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]
basepython = python3
@ -41,7 +43,6 @@ commands = {toxinidir}/tools/update_states.sh
basepython = python3
commands =
flake8 {posargs}
doc8 doc/source
[testenv:pylint]
basepython = python3