Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: Ief6f4b8b37113f08dd0ae767f3dd2b5b2177e3ce
This commit is contained in:
@@ -43,10 +43,8 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
|
||||
setenv =
|
||||
OS_TEST_PATH = ./cinder/tests/functional
|
||||
|
||||
[testenv:functional-py34]
|
||||
[testenv:functional-py35]
|
||||
basepython=
|
||||
py34: python3.4
|
||||
py35: python3.5
|
||||
setenv =
|
||||
{[testenv:functional]setenv}
|
||||
|
||||
Reference in New Issue
Block a user