From 0a621678d09dd40cfb95a3bc0944e2196033821f Mon Sep 17 00:00:00 2001 From: Michael Gummelt Date: Tue, 14 Apr 2015 15:37:14 -0700 Subject: [PATCH] add 'mock' package as a tox.ini dependency --- cli/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/tox.ini b/cli/tox.ini index 8a952fe..119c752 100644 --- a/cli/tox.ini +++ b/cli/tox.ini @@ -5,6 +5,7 @@ envlist = py{27,34}-integration, syntax deps = pytest pytest-cov + mock -e.. [testenv:syntax]