Merge pull request #307 from offbyone/tox-py25

Remove python 2.5 from tox
This commit is contained in:
Jeff Forcier 2014-04-16 17:31:22 -04:00
commit 417102dbea
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