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

Change-Id: I0cca39e46944dd264a47a1ee10cd4cc497e4aa2c
This commit is contained in:
ZTE-SuZhengwei 2016-07-26 15:49:47 +08:00
parent 1e60352769
commit ecd2215a43
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}"