Merge pull request #450 from SimonSapin/simplejson_tox

Tests require simplejson on 2.5, have tox install it
This commit is contained in:
Kenneth Reitz 2012-03-20 19:18:19 -07:00
commit 36da8e41de
1 changed files with 3 additions and 0 deletions

View File

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