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.
Closes-Bug: 1519510

Change-Id: I4997706a854e3a0e761776dbf0609e556c1d803d
This commit is contained in:
ricolin 2015-12-02 23:29:05 +08:00
parent 7dded14208
commit f5f92e4482
1 changed files with 1 additions and 1 deletions

View File

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