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: I0617b6bc840638f48080f8b7faddd234a097f1c7
This commit is contained in:
janonymous 2015-12-26 13:01:07 +05:30
parent e7e53ac2e4
commit 0c7eb04e55
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,py33,py34,pep8
envlist = py27,py34,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}