Browse Source

tox: Make sure mock is installed in the py32 env

Jonas Borgström 11 years ago
parent
commit
8101017c1f
1 changed files with 3 additions and 0 deletions
  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