summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-09 16:07:55 +0000
committerGerrit Code Review <review@openstack.org>2015-12-09 16:07:55 +0000
commita6ee585aaae2d4caf1651422953ab79858c86324 (patch)
treec56473a0f87c14227dd3242a90c508487b1d19af
parent2105777cd69d4947062b62806ab8f00fc9688c6a (diff)
parenta80f7ea7a13150ee4558be523b651c8325dc2103 (diff)
downloadpython-barbicanclient-a6ee585aaae2d4caf1651422953ab79858c86324.tar.gz
Merge "Remove py26 support"
-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 9573859..954d568 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,7 +15,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.4
diff --git a/tox.ini b/tox.ini
index d5bf2f9..8232a5e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py34,py26,py27,pypy,pep8
+envlist = py34,py27,pypy,pep8
skipsdist = True
[testenv]