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