From 3668d9cae2f620b5414c2c181cbd3adccd95e6e9 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 13 Jul 2015 04:53:17 -0700 Subject: py34 not py33 is tested and supported The setup.cfg refers to Programming Language of Python 3.3 whereas jenkins is setup only to test Python 3.4. This patch updates setup.cfg and removes py33 from tox.ini. TrivialFix Change-Id: I1bc7fae6481c4fef71746ed1c144af37445a81ac --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e7aa998..bdd7fe6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 [files] packages = -- cgit v1.2.1