Merge "give pep8 and docs environments all of the dependencies they need"
This commit is contained in:
commit
a4a90bc5da
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user