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.

Change-Id: Ied8b8b15761c282333c5a43ccdcc625be6930b9c
This commit is contained in:
LiuNanke 2016-08-01 19:56:30 +08:00
parent 03be9b3022
commit e113f12afa
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
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.8
skipsdist = True