Remove Python 2.6 support

We are removing Python 2.6 support from the Keystone libraries.

Change-Id: I1a4cc85ff6b61174ca06048d353c7a87c523e8f0
Closes-Bug: 1519449
This commit is contained in:
David Stanek 2015-11-24 20:30:57 +00:00
parent 69bebbede6
commit ebad8e25ec
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,py34,pep8
envlist = py27,py34,pep8
[testenv]
usedevelop = True