add requests to tox config

This commit is contained in:
Kenneth Reitz
2011-03-31 05:06:09 -04:00
parent c577f0b2c9
commit 24f209ba22
+1 -1
View File
@@ -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