py26 is no longer supported by Infra's CI

Python 2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it too.

Change-Id: I01bdbc22759b9b7ec496bb66095b24af2e91b6f2
This commit is contained in:
janonymous 2015-12-26 13:24:27 +05:30
parent 616a7490ec
commit 0a968b6afa
1 changed files with 1 additions and 1 deletions

View File

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