Remove python 2.6 from tox env list

Change-Id: I694034b6d6964cb8301ac3b970c40f21e0822ed8
This commit is contained in:
Doug Wiegley 2014-12-01 21:37:02 -07:00
parent 5ee8024316
commit bf3ef92106
1 changed files with 1 additions and 1 deletions

View File

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