From 7f0775409bf291546402763f1e70ba8c0650c550 Mon Sep 17 00:00:00 2001 From: qingszhao Date: Sat, 29 Sep 2018 15:29:49 +0800 Subject: [PATCH] Removed older version of python added 3.5 In setup.cfg file the python 3.5 is added In tox.ini the python 3.5 is added Change-Id: Ic8bb58004591a0e60ad3571d3398176c97a19893 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 35d01e51..4e66d80a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 keywords = openstack nova hyper-v compute [files] diff --git a/tox.ini b/tox.ini index 69ccf129..a7e2cc05 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,pep8,pip-missing-reqs +envlist = py27,py35,pep8,pip-missing-reqs skipsdist = True [testenv]