tox.ini: Remove py25

because tox doesn't support it yet.

    ERROR:   py25: UnsupportedInterpreter: python2.5 is not supported anymore, sorry
This commit is contained in:
Marc Abramowitz 2015-03-05 09:15:50 -08:00
parent bc18d8e2d1
commit 8ef2462e6e

View file

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
envlist =
py25,py26,py27,py32,py33,py34,py27-flake8,py34-flake8
py26,py27,py32,py33,py34,py27-flake8,py34-flake8
[testenv]
usedevelop = True