From 7f5342a1b87aa231f96c134f4d04611b74fee2ee Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 23 Mar 2011 02:27:40 -0400 Subject: [PATCH] no need for simplejson anymore --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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