Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-06-19 13:44:32 +00:00 committed by Gerrit Code Review
commit dfed21f6fd
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,7 @@ commands = {[testenv:functional]commands}
whitelist_externals = {[testenv:functional]whitelist_externals}
[testenv:pep8]
basepython = python3
deps = {[testenv]deps}
commands = flake8 {posargs}
@ -56,6 +57,7 @@ commands =
mypy --py2 --ignore-missing-imports kolla_cli
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]
@ -63,7 +65,9 @@ show-source = True
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[testenv:bandit]
basepython = python3
commands = bandit -r kolla_cli
[testenv:docs]
basepython = python3
commands = ./builddocs.sh