From d5f01c2ac4c071f4f4b80457b02f32952a70fd89 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Thu, 3 Mar 2016 11:29:29 -0500 Subject: [PATCH] BLD: Add pip cache to appveyor cache --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 90387aed..40f1c398 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -85,7 +85,10 @@ environment: # We always use a 64-bit machine, but can build x86 distributions # with the PYTHON_ARCH variable (which is used by CMD_IN_ENV). platform: - - x64 + - x64 + +cache: + - '%LOCALAPPDATA%\pip\Cache' # all our python builds have to happen in tests_script... build: false