Merge "fix tox -e debug target"

This commit is contained in:
Zuul 2018-10-15 08:54:24 +00:00 committed by Gerrit Code Review
commit c46441edf8
1 changed files with 3 additions and 3 deletions

View File

@ -22,15 +22,15 @@ setenv = OS_TEST_PATH=./kuryr/tests/fullstack
passenv = OS_*
[testenv:debug]
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t kuryr_kubernetes/tests {posargs}
[testenv:debug-py27]
basepython = python2.7
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t kuryr_kubernetes/tests {posargs}
[testenv:debug-py35]
basepython = python3.5
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t kuryr_kubernetes/tests {posargs}
[testenv:pep8]
basepython = python3