Fix flake8 tests using mock to work with 1.1.x branch

This commit is contained in:
Ian Cordasco 2015-07-10 09:34:49 -05:00
parent b827629b7a
commit b0f30f97fb
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ envlist =
[testenv]
usedevelop = True
deps =
mock<1.1.0
mock
nose
commands =
python setup.py test -q