Add python 3.5 in classifier and envlist

Now we can support py35 in classifier,and add the convenience
py35 env.

Change-Id: I98ac5543d995dca021fc3aff3993dc07fb2c4b7a
This commit is contained in:
Li Wei 2016-08-16 19:04:35 +08:00 committed by Steve Lewis (stevelle)
parent 6982b3c2e5
commit 963e2a0fd1
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,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,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pep8
envlist = py35,py27,pep8
skipsdist = True
[testenv]