Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-03 18:21:29 +00:00 committed by Gerrit Code Review
commit b25019bc96
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,7 @@ commands =
[testenv:tests_clone]
basepython = python3
commands =
bash -c "if [ ! -d "{toxinidir}/tests/common" ]; then \
git clone https://git.openstack.org/openstack/openstack-ansible-tests {toxinidir}/tests/common; \
@ -83,18 +84,21 @@ ignore=F403,H303
[testenv:bashate]
basepython = python3
commands =
{[testenv:tests_clone]commands}
bash -c "{toxinidir}/tests/common/test-bashate.sh"
[testenv:ansible-syntax]
basepython = python3
commands =
{[testenv:tests_clone]commands}
bash -c "{toxinidir}/tests/common/test-ansible-syntax.sh"
[testenv:ansible-lint]
basepython = python3
commands =
{[testenv:tests_clone]commands}
bash -c "{toxinidir}/tests/common/test-ansible-lint.sh"