Browse Source

enable pip cache in appveyor build (#4546)

Thijs Triemstra 7 years ago
parent
commit
03ed93f675
1 changed files with 3 additions and 0 deletions
  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