Merge "Add doc requirements to venv"

This commit is contained in:
Jenkins 2015-08-26 19:24:15 +00:00 committed by Gerrit Code Review
commit bffbaa5bbb

View File

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