Update trove classifier

Tests are run against Pytho3.4 environment instead of Python3.3
environment in the gate. Update the classifiers accordinly.

The general list of classfiers for broader reference can found here
https://pypi.python.org/pypi?:action=list_classifiers

Change-Id: I02282100b7967b8ddcd6623820d0b3b2ec7dd65d
This commit is contained in:
spzala 2015-11-10 19:06:19 -08:00
parent 96c16ad97a
commit 46895b33a1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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