Merge pull request #450 from SimonSapin/simplejson_tox
Tests require simplejson on 2.5, have tox install it
This commit is contained in:
commit
36da8e41de
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
tox.ini
|
|
@ -3,3 +3,6 @@ envlist=py25,py26,py27,pypy
|
|||
|
||||
[testenv]
|
||||
commands=python run-tests.py
|
||||
|
||||
[testenv:py25]
|
||||
deps=simplejson
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue