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:
parent
9bf27916cb
commit
04e3b29bff
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user