Merge "Add Python 3.5 classifier and venv"

This commit is contained in:
Jenkins 2016-07-14 08:57:16 +00:00 committed by Gerrit Code Review
commit bab10869f9
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ classifier =
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2 Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files] [files]
packages = packages =

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = py34,py27,pypy,pep8 envlist = py35,py34,py27,pypy,pep8
skipsdist = True skipsdist = True
[testenv] [testenv]