Merge "Add py3 debugging"

This commit is contained in:
Jenkins 2016-04-06 21:18:17 +00:00 committed by Gerrit Code Review
commit dee5d8b2f3

@ -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