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