Add Python 3.5 classifier and venv

Now that there is a passing gate job, we can claim support for
Python 3.5 in the classifier. This patch also adds the convenience
py35 venv.Besides,add py2.7 and py3.4 identifiers in setup.cfg.

Change-Id: Iaac5bad67e12852807c68f27c629e592f5b05503
This commit is contained in:
LiuNanke 2016-08-04 02:44:38 +08:00
parent d1e9095f59
commit a6abdcf00b
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py27,pep8
envlist = py35,py34,py27,pep8
minversion = 1.6
skipsdist = True