Merge "fix tox python3 overrides"
commit
3836a6f47e
3
tox.ini
3
tox.ini
|
@ -17,14 +17,17 @@ whitelist_externals = bash
|
|||
commands = {toxinidir}/tools/run_bashate.sh
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[testenv:pep8]
|
||||
basepython = python3
|
||||
commands =
|
||||
flake8 {posargs}
|
||||
{toxinidir}/tools/run_bashate.sh
|
||||
|
||||
[testenv:venv]
|
||||
basepython = python3
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:buildimage]
|
||||
|
|
Loading…
Reference in New Issue