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: If217712753a1cb3cd31c5988f431fed1fe62eaf2
This commit is contained in:
janonymous 2015-12-26 13:24:28 +05:30
parent 81d72b0a72
commit 8d96cc7b05
1 changed files with 1 additions and 1 deletions

View File

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