Merge "Modify py3.4 to py3.5 in the py35-functional of tox"

This commit is contained in:
Jenkins 2016-07-28 04:41:42 +00:00 committed by Gerrit Code Review
commit cda9bfc994
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ commands =
[testenv:py35-functional]
setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=ceilometer/tests/functional/
basepython = python3.4
basepython = python3.5
passenv = CEILOMETER_*
commands =
bash -x {toxinidir}/run-functional-tests.sh "{posargs}"