Remove py26 as a default test from tox.ini

Change-Id: Ib3180081c95cbdb8f966e13c0669dc96c6bb2579
This commit is contained in:
TerryHowe 2015-07-17 11:38:31 -06:00 committed by Terry Howe
parent b0c92065e7
commit b1c17f657a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py26,py27,pypy,pep8
envlist = py34,py27,pypy,pep8
[testenv]
distribute = False