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: I09b009cd910ae3899ad7cb6fb0cbb82a7f43ae8f
This commit is contained in:
janonymous 2015-12-26 13:24:26 +05:30
parent 33c4b02e76
commit 78c5b7cfd6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py26,py27,py33,pep8
envlist = py27,py33,pep8
[testenv]
install_command = pip install -U {opts} {packages}