Skip to content

Commit

Permalink
add simplejson as dependency when using the py25 environment in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Oct 13, 2011
1 parent 8dd3287 commit 391f7c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -3,6 +3,12 @@ envlist = py25,py26,py27,py27-gevent13
indexserver=
code = http://pypi.pediapress.com

[testenv:py25]
deps=pytest
:code:greenlet
:code:gevent>0.99
simplejson

[testenv]
deps=pytest
:code:greenlet
Expand Down

0 comments on commit 391f7c3

Please sign in to comment.