Browse Source

Merge pull request #450 from SimonSapin/simplejson_tox

Tests require simplejson on 2.5, have tox install it
pull/458/head
Kenneth Reitz 13 years ago
parent
commit
36da8e41de
  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