Add doc requirements to venv

Our "docs" environment had the right dependencies to build the
documentation, but the CI system runs the command inside the "venv"
environment.

Change-Id: I3825c363a5f25d5a241e2252a1115ed55b6fdd79
This commit is contained in:
Doug Hellmann 2015-08-26 14:17:06 +00:00
parent 422aab7e61
commit 59c1a4beb4

View File

@ -36,6 +36,7 @@ commands = bash -c "find {toxinidir} \
-print0 | xargs -0 bashate -v"
[testenv:venv]
deps = .[sphinxext]
commands = {posargs}
[testenv:history]