summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2014-03-10 22:05:23 +0100
committerJonas Borgström <jonas@borgstrom.se>2014-03-10 22:05:23 +0100
commit8101017c1fcefcfd9e62c89ced60448480ab1e00 (patch)
tree149d15bff11908c808600901d3c354510eb7e977 /tox.ini
parentfe9e2e3303b415eb02ef18ca3f32ea03b17b57bb (diff)
tox: Make sure mock is installed in the py32 env
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
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