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:
parent
e93f40cd1c
commit
d564d37fac
3
tox.ini
3
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user