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: I81d2a088bdf6f6052a45c4fabfdb32a662927098
This commit is contained in:
janonymous 2015-12-26 13:24:25 +05:30
parent 0c2db7d8d2
commit 36a416726b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26, py27, py34, docs, pep8, py27-coverage, py34-coverage
envlist = py27, py34, docs, pep8, py27-coverage, py34-coverage
[tox:jenkins]
downloadcache = ~/cache/pip