Merge "fix tox python3 overrides"

This commit is contained in:
Zuul
2018-06-18 12:51:39 +00:00
committed by Gerrit Code Review

View File

@@ -22,15 +22,19 @@ basepython = python3
commands = flake8 commands = flake8
[testenv:venv] [testenv:venv]
basepython = python3
commands = {posargs} commands = {posargs}
[testenv:cover] [testenv:cover]
basepython = python3
commands = python setup.py testr --coverage --testr-args='{posargs}' commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs] [testenv:docs]
basepython = python3
commands = python setup.py build_sphinx commands = python setup.py build_sphinx
[testenv:bashate] [testenv:bashate]
basepython = python3
commands = commands =
bash -c "ls devstack/*.sh | xargs bashate -v {posargs}" bash -c "ls devstack/*.sh | xargs bashate -v {posargs}"
whitelist_externals = bash whitelist_externals = bash