From 46895b33a10f583341f2596b50429c263d70ddc7 Mon Sep 17 00:00:00 2001 From: spzala Date: Tue, 10 Nov 2015 19:06:19 -0800 Subject: [PATCH] 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 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3efa733..fc76c97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/tox.ini b/tox.ini index d15ca7d..321d712 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py27,py33,py34,pypy,pep8 +envlist = py27,py34,pypy,pep8 skipsdist = True [testenv]