Drop py26 support

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,

Change-Id: I352fe202a1f954b52e8e9ef8bc0a20f729ac17be
This commit is contained in:
sonu.kumar 2015-12-15 14:42:18 +05:30
parent 77da51f026
commit ca1a8080e6
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.3
Programming Language :: Python :: 3.4

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]