Install test dependencies in docs

Otherwise there are 40 warnings about missing deps when executing
"tox -e docs"

Closes-Bug: #1665823

Change-Id: Iaec22c41c25d5f2817e8fc7935fab0dfd95d5ce2
This commit is contained in:
xhzhf 2017-02-18 10:13:07 +08:00 committed by Julien Danjou
parent b40c51b5c9
commit 62c65c984e

View File

@ -71,7 +71,7 @@ commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install
commands = oslo-config-generator --config-file=etc/aodh/aodh-config-generator.conf
[testenv:docs]
deps = .[doc]
deps = .[test,doc]
commands = python setup.py build_sphinx
setenv = PYTHONHASHSEED=0