Remove 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,
and depend on infra for our CI, we should drop py26 support too.

Change-Id: I31bb7a18a1793b2664cc924777801e16e4105192
Closes-Bug: 1519510
This commit is contained in:
shu-mutou 2015-12-02 17:27:08 +09:00
parent 5bfddb9673
commit 0598f6fa8d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pypy,pep8
envlist = py27,pypy,pep8
minversion = 1.6
skipsdist = True