Remove Python 3.3 from setup.cfg and tox.ini

OpenStack only tests for 3.4 support at the gate, so we cannot guarantee
compatibility with a version that is not gated.

Change-Id: I5febe882d175403ecd1a4ecbe615c050808258ef
This commit is contained in:
Douglas Mendizábal 2015-03-19 11:27:14 -05:00
parent d4fadcb521
commit b11eb019c8
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ 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]

View File

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