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: I916150ec5508a095fd850c9cb85dbeb464cdb826
This commit is contained in:
janonymous 2015-12-26 13:24:26 +05:30
parent f389b3a04d
commit d2bc111d6a
1 changed files with 1 additions and 1 deletions

View File

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