Merge "Remove support for py34"

This commit is contained in:
Jenkins 2017-02-17 10:29:04 +00:00 committed by Gerrit Code Review
commit d9278b5a60

View File

@ -43,10 +43,8 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
setenv = setenv =
OS_TEST_PATH = ./cinder/tests/functional OS_TEST_PATH = ./cinder/tests/functional
[testenv:functional-py34]
[testenv:functional-py35] [testenv:functional-py35]
basepython= basepython=
py34: python3.4
py35: python3.5 py35: python3.5
setenv = setenv =
{[testenv:functional]setenv} {[testenv:functional]setenv}