summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-02-20 12:55:59 +0200
committerGitHub <noreply@github.com>2018-02-20 12:55:59 +0200
commit7d13f9b95d0b50c94393b962e6def928511bfda6 (patch)
tree7e0e2427468d23131c38005406b0640bfb1951f0
parente387a16368d68e047684776a94f151f251fe5af0 (diff)
downloadkombu-7d13f9b95d0b50c94393b962e6def928511bfda6.tar.gz
Enable pip cache in appveyor.
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
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