From 87853a8bbfbf6a5acfd471cd368fa78e47518293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Thu, 12 Feb 2015 22:46:30 -0600 Subject: [PATCH] Remove py33 tox environment Remove Python 3.3 tox environment because Infra changed all Python 3 gates to Python 3.4. References: http://lists.openstack.org/pipermail/openstack-dev/2015-February/055775.html Change-Id: I355323aa0e03580f86b46fb2d7ab41da3f4d59c2 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6f38604f..58e5f118 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 = diff --git a/tox.ini b/tox.ini index 14cdd1d3..05792c6c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,py26,py27,pypy,pep8 +envlist = py34,py26,py27,pypy,pep8 skipsdist = True [testenv]