From 69c24cd5f472e2477a68f6221e9a466ba1e5861c Mon Sep 17 00:00:00 2001 From: "yanjun.fu" Date: Wed, 8 Feb 2017 17:32:00 +0800 Subject: [PATCH] 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 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 9b412aab001..7d08ef0678c 100644 --- a/tox.ini +++ b/tox.ini @@ -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}