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: I98c1d6d216b5ca68719e349eecd8e1f08b88db78
This commit is contained in:
Tony Xu 2016-10-26 00:05:01 +08:00
parent bb1f4adca0
commit aaa92d524a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,flake8
envlist = py27,py34,py35,flake8
minversion = 1.6
[testenv]