Merge "fix tox python3 overrides"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user