Browse Source

Have tox install simplejson for python 2.5

pull/450/head
Simon Sapin 13 years ago
parent
commit
ee6ed491d3
  1. 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…
Cancel
Save