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: I38213e5ade2e9b1329262c9b28b87ce1cabc279a
This commit is contained in:
ChangBo Guo(gcb) 2016-07-12 17:16:19 +08:00
parent 847065e9d1
commit 4480b9e099
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py33,py34,py26,py27,pypy,pep8,docs
envlist = py33,py34,py35,py26,py27,pypy,pep8,docs
[testenv]
usedevelop = True