Merge "fix tox python3 overrides"

This commit is contained in:
Zuul
2020-01-15 21:00:19 +00:00
committed by Gerrit Code Review

View File

@@ -29,6 +29,7 @@ commands =
whitelist_externals = rm whitelist_externals = rm
[testenv:linters] [testenv:linters]
basepython = python3
whitelist_externals = bash whitelist_externals = bash
commands = commands =
bash -c "find {toxinidir} \ bash -c "find {toxinidir} \
@@ -37,4 +38,5 @@ commands =
-print0 | xargs -0 yamllint" -print0 | xargs -0 yamllint"
[testenv:venv] [testenv:venv]
basepython = python3
commands = {posargs} commands = {posargs}