From 3a8f99b4580fea358517e749bbba6599c40ba9e4 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 9 Jan 2016 12:56:03 -0600 Subject: [PATCH] Add mock to list of test dependencies --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index de47800..ecaae55 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py26,py27,py32,py33,py34,py35 [testenv] deps = + mock pytest commands = py.test