From 7d13f9b95d0b50c94393b962e6def928511bfda6 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 20 Feb 2018 12:55:59 +0200 Subject: [PATCH] Enable pip cache in appveyor. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 9bd8a39f..c4c85c7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,6 +66,9 @@ after_test: artifacts: - path: dist\* + +cache: +- '%LOCALAPPDATA%\pip\Cache' #on_success: # - TODO: upload the content of dist/*.whl to a public wheelhouse