浏览代码

tox: Make sure mock is installed in the py32 env

Jonas Borgström 11 年之前
父节点
当前提交
8101017c1f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tox.ini

+ 3 - 0
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