Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-02 12:26:40 +00:00 committed by Gerrit Code Review
commit cebdd846eb
1 changed files with 2 additions and 0 deletions

View File

@ -10,8 +10,10 @@ install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/doc/requirements.txt
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html