Merge "Add py3 debugging"
This commit is contained in:
commit
dee5d8b2f3
7
tox.ini
7
tox.ini
@ -86,6 +86,13 @@ passenv =
|
||||
KSTEST_USER_DOMAIN_ID
|
||||
KSTEST_PROJECT_ID
|
||||
|
||||
[testenv:debug-py34]
|
||||
basepython = python3.4
|
||||
commands =
|
||||
# Cleanup *pyc
|
||||
find keystone -type f -name "*.pyc" -delete
|
||||
oslo_debug_helper {posargs}
|
||||
|
||||
[testenv:functional]
|
||||
basepython = python3.4
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user