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:
parent
72e9e3dcc3
commit
872a46d676
5
tox.ini
5
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user