Add functional-py35 to tox

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

Change-Id: I0e2a8f2f43ccf06c1e676a52a3843c04056c050a
This commit is contained in:
Eric Harney
2016-08-10 10:07:35 -04:00
parent bc9abc1c51
commit 20d8ff5545

View File

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