summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-30 20:06:14 +0000
committerGerrit Code Review <review@openstack.org>2015-11-30 20:06:14 +0000
commit0cdfa623838007174e67c42e31ee067d542c51ed (patch)
treef3900a609e82b1dcf2b30fb0a2c321762cf2943c
parente63de0db2d47a95c60395cef7d7cdc22130fa5d1 (diff)
parent510a4d9674a61b4bc994138790452fad45616c10 (diff)
downloadpython-openstackclient-0cdfa623838007174e67c42e31ee067d542c51ed.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 371aaf46..27b00d45 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 23104b82..240427d9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py34,py26,py27,pep8
+envlist = py34,py27,pep8
skipdist = True
[testenv]