Remove Python 2.6 support

We are removing Python 2.6 support from the Keystone libraries.

Change-Id: I5622192cb741a4740fc81b6f96fa7fce9f3d81df
Closes-Bug: 1519449
This commit is contained in:
David Stanek 2015-11-24 20:37:38 +00:00
parent 9e4c1b7b28
commit 1d85cde800
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
[files]
packages =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py26,py27,pypy,pep8
envlist = py33,py34,py27,pypy,pep8
skipsdist = True
[testenv]