Removed py26 environment from tox.

In an effort to move away from outdated and poorly ported
technologies, we are removing support for python 2.6.

Change-Id: I11ff08151ef8906aafbd61c55f08eb87ad19807d
This commit is contained in:
Michael Krotscheck 2014-10-08 16:14:38 -07:00
parent 9bf27916cb
commit 04e3b29bff

View File

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