Explorar o código

tox: Make sure mock is installed in the py32 env

Jonas Borgström %!s(int64=11) %!d(string=hai) anos
pai
achega
8101017c1f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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