Merge "Add Python 3.5 classifier and venv"

This commit is contained in:
Jenkins 2016-08-05 12:15:38 +00:00 committed by Gerrit Code Review
commit 611340468f
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