From 872a46d676b1cb788c5e32e8b14c6e879de4e8f7 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 3 Aug 2016 12:39:05 -0400 Subject: [PATCH] Add functional-py34 to tox This allows running functional tests in a py3 environment with "tox -e functional-py34". Change-Id: Ia2cadbcaaea1ea91913a0b6e53009d14c990648b --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 8f85ccd5273..15db427df98 100644 --- a/tox.ini +++ b/tox.ini @@ -51,6 +51,11 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen setenv = OS_TEST_PATH = ./cinder/tests/functional +[testenv:functional-py34] +basepython=python3.4 +setenv = + {[testenv:functional]setenv} + [testenv:compliance] setenv = OS_TEST_PATH = ./cinder/tests/compliance