py26/py33 are no longer supported by Infra's CI

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

Change-Id: I326e0f1ec351865d468c4cf304a2b24b4f65825a
This commit is contained in:
janonymous 2015-12-26 12:43:18 +05:30
parent 07f4e2db70
commit 18cb0f4cb2
1 changed files with 1 additions and 1 deletions

View File

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