Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2020-01-15 21:00:19 +00:00 committed by Gerrit Code Review
commit 08b467944e
1 changed files with 2 additions and 0 deletions

View File

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