Merge "Update doc build to use py3"

This commit is contained in:
Zuul 2018-08-15 12:41:36 +00:00 committed by Gerrit Code Review
commit aa0e52c7b3

View File

@ -13,6 +13,7 @@ passenv = *_proxy *_PROXY
commands = {posargs}
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands =
bash -c "rm -rf doc/build"