Merge "Update trove classifier"

This commit is contained in:
Jenkins 2015-10-01 20:48:37 +00:00 committed by Gerrit Code Review
commit 6ef70c669b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =

View File

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