Tox: optimize the docs target

No need to install runtime dependencies nor to actually install
Shade in order to generate the documentation. So just don't.

This speeds up a bit the doc generation.

Change-Id: I2264cfbcb53171b345e1a923111c48d2d063f757
This commit is contained in:
Jordan Pittier 2016-12-07 12:28:26 +01:00
parent 6613937364
commit 5a54765cb5

View File

@ -50,6 +50,8 @@ passenv = HOME USER
commands = {toxinidir}/extras/run-ansible-tests.sh -e {envdir} {posargs}
[testenv:docs]
skip_install = True
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py build_sphinx
[flake8]