diff --git a/tox.ini b/tox.ini index 756aee8..ce52a01 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,7 @@ envlist = py24,py25,py26,py27, py3 [testenv] commands=py.test --junitxml=junit-{envname}.xml -deps = - simplejson - pytest +deps = pytest [testenv:pypy] basepython=/usr/bin/pypy-c