Ver Fonte

tox: Make sure mock is installed in the py32 env

Jonas Borgström há 11 anos atrás
pai
commit
8101017c1f
1 ficheiros alterados com 3 adições e 0 exclusões
  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