Remove py26 support

The code will not pass on py26 testing, but who cares about py26
anymore anyway.

Change-Id: I3009a01b392ade130f0802b3a995565d46c46b0f
This commit is contained in:
David Shrewsbury 2015-01-12 19:34:52 -05:00
parent 463885072a
commit 6b31de4c19
1 changed files with 1 additions and 1 deletions

View File

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