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: If4b47cb1a4bdd7c92ce438548defd8bf552dc170
This commit is contained in:
qingszhao 2018-09-29 16:29:25 +08:00
parent 24ee84bc74
commit 3c1ce2d830
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,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
[files]
packages =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py27,py34,py35,pep8,cover,docs
envlist = py27,py35,pep8,cover,docs
[testenv]
usedevelop = True