Update trove classifier

Tests are run against a Python3.4 environment rather than a Python3.3
environment in the gate. So update the classifiers to announce support
for the appropriate version of python.

Change-Id: I44cb01297444ba49397092be1c06f416e2011bc5
This commit is contained in:
Sirushti Murugesan 2015-10-01 01:51:54 +05:30
parent 3f98139a7e
commit c33db34a28
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]