summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorShu Muto <shu-mutou@rf.jp.nec.com>2016-01-07 01:49:41 +0000
committerShu Muto <shu-mutou@rf.jp.nec.com>2016-01-07 01:51:11 +0000
commitbc8cc31048bc8bdbc76753dd612adb15705cd58e (patch)
tree5cd3d0c8d73952beef154be465481c07c3add2bf /tox.ini
parentaba40f9fdb46dcbe1e785a2e7c70f3c855d679ab (diff)
downloadpython-glanceclient-bc8cc31048bc8bdbc76753dd612adb15705cd58e.tar.gz
Drop py33 support
"Python 3.3 support is being dropped since OpenStack Liberty." written in following URL. https://wiki.openstack.org/wiki/Python3 And already the infra team and the oslo team are dropping py33 support from their projects. Since we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py33 support too. Change-Id: Id80bab700d0535b919be6b8f42e0c1561557e45e Closes-Bug: #1526170
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 0d8cd71..c4b9d49 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34,py33,py27,pep8
+envlist = py34,py27,pep8
minversion = 1.6
skipsdist = True