Merge "fix tox python3 overrides"

This commit is contained in:
Zuul
2018-09-29 17:44:11 +00:00
committed by Gerrit Code Review

View File

@@ -61,6 +61,7 @@ commands =
[testenv:pep8]
basepython = python3
commands =
bash -c "{toxinidir}/tests/common/test-pep8.sh"
doc8 doc
@@ -173,6 +174,7 @@ commands =
[testenv:linters]
basepython = python3
commands =
bash -c "{toxinidir}/tests/common/test-ansible-env-prep.sh"
{[testenv:pep8]commands}