瀏覽代碼

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
 # Change dir to avoid import problem
 changedir = docs
 changedir = docs
 commands = {envpython} -m attic.testsuite.run -bv []
 commands = {envpython} -m attic.testsuite.run -bv []
+
+[testenv:py32]
+deps = mock