Explorar el Código

tox: Make sure mock is installed in the py32 env

Jonas Borgström hace 11 años
padre
commit
8101017c1f
Se han modificado 1 ficheros con 3 adiciones y 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