summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonu.kumar <sonu.kumar@nectechnologies.in>2015-12-16 15:12:33 +0530
committersonu.kumar <sonu.kumar@nectechnologies.in>2015-12-16 15:14:23 +0530
commitddeb007584118d737fd0d7f201189a5cd7016769 (patch)
tree79e11127e554d3958ac780b6f0fd470b05a118c4
parente9462d115c22eefbccea2df209da974bbc7dccd3 (diff)
downloadceilometermiddleware-ddeb007584118d737fd0d7f201189a5cd7016769.tar.gz
Remove py26 support from ceilometermiddleware
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: I47a897ec15ef0f74bce025a6af28e6c786bf9622 Related-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 6d99d4a..c7e230f 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.3
Programming Language :: Python :: 3.4
diff --git a/tox.ini b/tox.ini
index 9de1197..a8b65c7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py33,py34,py26,py27,pypy,pep8
+envlist = py33,py34,py27,pypy,pep8
skipsdist = True
[testenv]