Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-22 13:53:11 +00:00 committed by Gerrit Code Review
commit 2509554d48
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ commands =
setenv = OS_FAIL_ON_MISSING_DEPS=1 setenv = OS_FAIL_ON_MISSING_DEPS=1
[testenv:venv] [testenv:venv]
basepython = python3
commands = {posargs} commands = {posargs}
[testenv:cover] [testenv:cover]
@ -74,6 +75,7 @@ deps =
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:debug] [testenv:debug]
basepython = python3
commands = oslo_debug_helper {posargs} commands = oslo_debug_helper {posargs}
[flake8] [flake8]
@ -86,6 +88,7 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject
import-order-style = pep8 import-order-style = pep8
[testenv:bandit] [testenv:bandit]
basepython = python3
# B108 hardcoded_tmp_directory - remove when fixed # B108 hardcoded_tmp_directory - remove when fixed
# B602 subprocess_popen_with_shell_equals_true - removed when fixed # B602 subprocess_popen_with_shell_equals_true - removed when fixed
# B605 start_process_with_a_shell - remove when fixed # B605 start_process_with_a_shell - remove when fixed