summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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
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 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]