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

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

Change-Id: I13250170bd04d07b97990ed52a8c7a0c0f7e76c6
Closes-Bug: #1526170
This commit is contained in:
reedip 2016-01-06 17:46:39 +09:00
parent 5684248e19
commit 6a834206d9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py33,py26,py27,pep8
envlist = py34,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}