Explorar el Código

enable pip cache in appveyor build (#4546)

Thijs Triemstra hace 7 años
padre
commit
03ed93f675
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      appveyor.yml

+ 3 - 0
appveyor.yml

@@ -50,5 +50,8 @@ after_test:
 artifacts:
   - path: dist\*
 
+cache:
+  - '%LOCALAPPDATA%\pip\Cache'
+
 #on_success:
 #  - TODO: upload the content of dist/*.whl to a public wheelhouse