From 44ae7822a798e29ea016e7f3dcdd49df1b0d7994 Mon Sep 17 00:00:00 2001 From: kavithahr Date: Wed, 8 Mar 2017 16:10:28 +0530 Subject: [PATCH] The python 3.4 support is removed The python 3.5 version is available, hence removed python 3.4 version. Change-Id: Ie164ec36d8e84ad3b46456b7ca358e6d4b272ba1 --- setup.cfg | 1 - tox.ini | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index e09300c..8eda95c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 [files] diff --git a/tox.ini b/tox.ini index 290c0d5..cc421d1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py35,py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 skipsdist = True [testenv] @@ -33,8 +33,8 @@ commands = oslo_debug_helper -t magnumclient/tests {posargs} basepython = python2.7 commands = oslo_debug_helper -t magnumclient/tests {posargs} -[testenv:debug-py34] -basepython = python3.4 +[testenv:debug-py35] +basepython = python3.5 commands = oslo_debug_helper -t magnumclient/tests {posargs} [testenv:pep8]