summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lyle <david.lyle@intel.com>2015-04-08 14:55:27 -0600
committerDavid Lyle <david.lyle@intel.com>2015-04-08 14:55:27 -0600
commit6e5dae01adf2ab3eb7bb9b9afa08f8ba95d8eafc (patch)
tree4f07af47aa0cb1f3aa52cb14f9549f79d644316e
parent5c08a65a6fdea0e9f80cb7e4b42b255f1687d9cd (diff)
downloaddjango_openstack_auth-6e5dae01adf2ab3eb7bb9b9afa08f8ba95d8eafc.tar.gz
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
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 2d3dfcf..ccc43c3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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
diff --git a/tox.ini b/tox.ini
index 3f597e3..3b78a4e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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