Add functional-py34 to tox

This allows running functional tests in a py3
environment with "tox -e functional-py34".

Change-Id: Ia2cadbcaaea1ea91913a0b6e53009d14c990648b
This commit is contained in:
Eric Harney 2016-08-03 12:39:05 -04:00
parent 72e9e3dcc3
commit 872a46d676
1 changed files with 5 additions and 0 deletions

View File

@ -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