tox deps fix?

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