From 24f209ba22a17203bf19eae22e96271c6a04377d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Mar 2011 05:06:09 -0400 Subject: [PATCH] add requests to tox config --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 764ee3c..05fdf82 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 +deps = pytest requests [testenv:py25] simplejson = pytest simplejson