Removing python 2.6 support

Python 2.6 is no longer supported in Django >= 1.7 or by OpenStack
as of Kilo. Additionally, the versions of django_openstack_auth are
all capped on the stable branches, so this will not effect them.

Change-Id: I75fc4a0ba090eb0d10cda235a1deb75f734ab1c7
This commit is contained in:
David Lyle 2015-04-08 14:55:27 -06:00
parent 5c08a65a6f
commit 6e5dae01ad
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Topic :: Internet :: WWW/HTTP

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,py27dj14,py27dj15,pep8,py33,py34
envlist = py27,py27dj14,py27dj15,pep8,py33,py34
[testenv]
usedevelop = True