Remove support for Python 3.3

Change-Id: Ib695f4dc43f10663b910ca5c1fce15f3f4865ca0
This commit is contained in:
Davanum Srinivas 2015-05-10 19:16:37 -04:00
parent 9f903ec84d
commit 23f81eaa0c
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
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True