Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-17 13:50:40 +00:00 committed by Gerrit Code Review
commit 3836a6f47e
1 changed files with 3 additions and 0 deletions

View File

@ -17,14 +17,17 @@ whitelist_externals = bash
commands = {toxinidir}/tools/run_bashate.sh
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[testenv:pep8]
basepython = python3
commands =
flake8 {posargs}
{toxinidir}/tools/run_bashate.sh
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:buildimage]