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

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

Python 3.4 support is introduced in
https://review.openstack.org/#/c/118818/1

Depends-On: Ia5c84bd33686dc36193942acbec66646cfa7e546
Change-Id: I09b009cd910ae3899ad7cb6fb0cbb82a7f43ae8f
Closes-Bug: #1526170
This commit is contained in:
janonymous 2015-12-26 13:24:26 +05:30 committed by Reedip
parent 33c4b02e76
commit 44ec26aa03
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,py34,pep8
[testenv]
install_command = pip install -U {opts} {packages}