From 1d85cde8005df50dcaa1eac7698b148eccceed78 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Tue, 24 Nov 2015 20:37:38 +0000 Subject: [PATCH] Remove Python 2.6 support We are removing Python 2.6 support from the Keystone libraries. Change-Id: I5622192cb741a4740fc81b6f96fa7fce9f3d81df Closes-Bug: 1519449 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c6e3b31..6eba956 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 [files] packages = diff --git a/tox.ini b/tox.ini index 7b23424..2ce8529 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]