From ba849389448639dc81bb9e85bb63929495726b31 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Tue, 20 Feb 2018 03:48:47 +0100 Subject: [PATCH 1/2] enable pip cache in appveyor build --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e308ccd8915..d778c7ae427 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,9 @@ install: build: off +cache: + - '%LOCALAPPDATA%\pip\Cache' + test_script: # Shorten paths, workaround https://bugs.python.org/issue18199 - "subst T: %TEMP%" From 38355b6f2ac3ece199f5757adf54f72290467951 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Thu, 1 Mar 2018 15:10:05 +0100 Subject: [PATCH 2/2] enable pip cache for travis build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ffb832aeb94..5aea53a0c96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python sudo: false +cache: pip dist: trusty matrix: