add requests dependency to tox.ini to ensure all monkeypatch tests run

This commit is contained in:
Ronny Pfannschmidt 2016-01-24 12:30:38 +01:00
parent 2d05f831fe
commit 56c5db6e12
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ passenv = USER USERNAME
deps= deps=
nose nose
mock mock
requests
[testenv:py26] [testenv:py26]
commands= py.test --lsof -rfsxX {posargs:testing} commands= py.test --lsof -rfsxX {posargs:testing}