summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshu-mutou <shu-mutou@rf.jp.nec.com>2015-12-02 16:54:06 +0900
committershu-mutou <shu-mutou@rf.jp.nec.com>2015-12-15 15:07:00 +0900
commitaba40f9fdb46dcbe1e785a2e7c70f3c855d679ab (patch)
treede7d9ae7d914e30c7459dfb2b3db4028a42b2681
parent96f62fe7a04ebe7a2a8450d16e5ea6c60e56ac90 (diff)
downloadpython-glanceclient-aba40f9fdb46dcbe1e785a2e7c70f3c855d679ab.tar.gz
Remove py26 support
As of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: I50eff4ea33358791cc4f139b3b369489c38f7e5c Closes-Bug: 1519510
-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 2247515..821e88d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,7 +18,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
diff --git a/tox.ini b/tox.ini
index b016552..0d8cd71 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34,py33,py26,py27,pep8
+envlist = py34,py33,py27,pep8
minversion = 1.6
skipsdist = True