Have tox install simplejson for python 2.5

This commit is contained in:
Simon Sapin 2012-03-19 00:52:33 +01:00
parent eac350d1e6
commit ee6ed491d3

View file

@ -3,3 +3,6 @@ envlist=py25,py26,py27,pypy
[testenv]
commands=python run-tests.py
[testenv:py25]
deps=simplejson