summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-06 23:36:51 +0000
committerGerrit Code Review <review@openstack.org>2018-06-06 23:36:51 +0000
commita4a90bc5da6fa615a760bf0b1e8f0efa3b60f48c (patch)
tree52a69a23e1d76e348dedbdbe9a16e36c582f358d /tox.ini
parent8368ad18a3b473232ee8f531b74e1e814a9735a9 (diff)
parentd564d37fac5635e350f73a6b4bbd02840ecd720c (diff)
downloadtaskflow-a4a90bc5da6fa615a760bf0b1e8f0efa3b60f48c.tar.gz
Merge "give pep8 and docs environments all of the dependencies they need"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 50db514..9a7b2c6 100644
--- a/tox.ini
+++ b/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