Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2019-03-13 14:57:50 +00:00 committed by Gerrit Code Review
commit d814cf0cdf
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ deps = -r{toxinidir}/test-requirements.txt
passenv = GENERATE_GRENADE_PLUGIN_LIST
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:bashate]
@ -17,6 +18,7 @@ commands =
bash -c "ls *.sh prep-* stop-* upgrade-* from-*/upgrade-* functions | xargs bashate -v {posargs}"
[testenv:docs]
basepython = python3
whitelist_externals = bash
setenv =
TOP_DIR={toxinidir}