summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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