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: Iab6bae525ca5a7da21ef23fe60e73b6587706d85
This commit is contained in:
janonymous 2015-12-26 13:11:35 +05:30
parent 8f73db1a19
commit 428f4ab426

View File

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