From 8101017c1fcefcfd9e62c89ced60448480ab1e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Borgstr=C3=B6m?= Date: Mon, 10 Mar 2014 22:05:23 +0100 Subject: [PATCH] tox: Make sure mock is installed in the py32 env --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 0b3f990fc..464420ca9 100644 --- a/tox.ini +++ b/tox.ini @@ -5,3 +5,6 @@ envlist = py32, py33 # Change dir to avoid import problem changedir = docs commands = {envpython} -m attic.testsuite.run -bv [] + +[testenv:py32] +deps = mock