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