Add py3 debugging
Add a tox testing environment that allows users to debug with python 3. Change-Id: Iaf757de29936e1361fd720710154963da76a7a10
This commit is contained in:
parent
50ffcbfdc5
commit
6bd2da1d3c
7
tox.ini
7
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user