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]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
|
{[testenv]deps}
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -E -W -b html doc/source doc/build/html
|
sphinx-build -E -W -b html doc/source doc/build/html
|
||||||
|
doc8 doc/source
|
||||||
|
|
||||||
[testenv:update-states]
|
[testenv:update-states]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
@ -41,7 +43,6 @@ commands = {toxinidir}/tools/update_states.sh
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
doc8 doc/source
|
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user