no need for simplejson anymore

This commit is contained in:
Kenneth Reitz
2011-03-23 02:27:40 -04:00
parent d42f9bc10f
commit 7f5342a1b8
+1 -3
View File
@@ -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