Removing Py26 from the test env list, it's being deprecated

Change-Id: I78ffa9a7b0b8de40dd1b3cc62d78b2e5b40068a2
This commit is contained in:
Tim Kelsey 2014-10-27 10:30:53 +00:00
parent 71468ce785
commit 1d633d7c6d
1 changed files with 1 additions and 1 deletions

View File

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