Remove py26 and py33 from tox.ini

Change-Id: I79a9dceffc0432398bda70949db2e523cbbff515
This commit is contained in:
TerryHowe 2015-07-16 14:52:24 -06:00
parent b74df460a8
commit b292db766f
1 changed files with 1 additions and 1 deletions

View File

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