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
This commit is contained in:
qingszhao 2018-09-29 15:29:49 +08:00
parent e2ffcc2f0e
commit 7f0775409b
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,pep8,pip-missing-reqs
envlist = py27,py35,pep8,pip-missing-reqs
skipsdist = True
[testenv]