Add mock to list of test dependencies

This commit is contained in:
Ian Cordasco 2016-01-09 12:56:03 -06:00
parent 19e5ea767d
commit 3a8f99b458

View file

@ -3,6 +3,7 @@ envlist = py26,py27,py32,py33,py34,py35
[testenv]
deps =
mock
pytest
commands =
py.test