From ecd2215a4310aa3c4ef21a7d194ae75e925b9363 Mon Sep 17 00:00:00 2001 From: ZTE-SuZhengwei Date: Tue, 26 Jul 2016 15:49:47 +0800 Subject: [PATCH] Modify py3.4 to py3.5 in the py35-functional of tox Change-Id: I0cca39e46944dd264a47a1ee10cd4cc497e4aa2c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 274fd2ed41..2b3f8c0318 100644 --- a/tox.ini +++ b/tox.ini @@ -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}"