Remove python 2.5 from tox

This commit is contained in:
Chris Rose 2014-04-14 10:40:56 -04:00
parent d31373f0ef
commit ed4f077b81
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py25,py26,py27,py32,py33 envlist = py26,py27,py32,py33
[testenv] [testenv]
commands = pip install --use-mirrors -q -r tox-requirements.txt commands = pip install --use-mirrors -q -r tox-requirements.txt