From bf36821381d850e0ccfccc7bf0ad594f8545b6bc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Mar 2011 05:09:09 -0400 Subject: [PATCH] tox deps fix? --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 05fdf82..75bdd25 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py25,py26,py27,py3 [testenv] commands=py.test --junitxml=junit-{envname}.xml -deps = pytest requests +deps = pytest,requests [testenv:py25] simplejson = pytest simplejson