Add py3 debugging

Add a tox testing environment that allows users to
debug with python 3.

Change-Id: Iaf757de29936e1361fd720710154963da76a7a10
This commit is contained in:
Tom Cocozzello 2016-03-17 14:22:37 -05:00
parent 50ffcbfdc5
commit 6bd2da1d3c

@ -82,6 +82,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