Remove py26 support.

As of mitaka, the infra team won't have the resources
available to reasonably test py26, also the oslo team
is dropping py26 support from their libraries.

Change-Id: I8ac26db87a9567c86977ac13c5d2e50da300aca5
Closes-Bug: #1519510
This commit is contained in:
hparekh 2015-12-24 15:42:20 +09:00
parent 90d4ea5292
commit e48c24f251
1 changed files with 1 additions and 1 deletions

View File

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