Merge "Add functional-py35 to tox"

This commit is contained in:
Jenkins 2016-08-28 19:23:47 +00:00 committed by Gerrit Code Review
commit 226dd7c8c1
1 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,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}