Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-06-18 12:51:39 +00:00 committed by Gerrit Code Review
commit d1e3cca4ef
1 changed files with 4 additions and 0 deletions

View File

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