Removes py26 environment from tox.ini

Change-Id: I74d3f73428ced97051eb37face77eda951fad7d4
Closes-Bug: 1408034
This commit is contained in:
Obulpathi 2015-01-06 12:31:28 -05:00
parent dd84c7bcf4
commit c64baeff90
1 changed files with 1 additions and 1 deletions

View File

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