Merge "Clean up python3.5 usage in tox.ini"

This commit is contained in:
Zuul 2018-11-14 06:26:48 +00:00 committed by Gerrit Code Review
commit b7dfb72a62
1 changed files with 1 additions and 8 deletions

View File

@ -87,15 +87,8 @@ passenv =
KSTEST_USER_DOMAIN_ID
KSTEST_PROJECT_ID
[testenv:debug-py35]
basepython = python3.5
commands =
# Cleanup *pyc
find keystone -type f -name "*.pyc" -delete
oslo_debug_helper {posargs}
[testenv:functional]
basepython = python3.5
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
setenv = OS_TEST_PATH=./keystone/tests/functional
commands =