From 20d8ff5545f577fc794552fb0b8383e7ad935768 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 10 Aug 2016 10:07:35 -0400 Subject: [PATCH] Add functional-py35 to tox This allows running functional tests in a py35 environment with "tox -e functional-py35". Change-Id: I0e2a8f2f43ccf06c1e676a52a3843c04056c050a --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 15db427df98..030a62c4c38 100644 --- a/tox.ini +++ b/tox.ini @@ -52,7 +52,10 @@ setenv = OS_TEST_PATH = ./cinder/tests/functional [testenv:functional-py34] -basepython=python3.4 +[testenv:functional-py35] +basepython= + py34: python3.4 + py35: python3.5 setenv = {[testenv:functional]setenv}