From 4c1fcb91171f1d819e5c250192d0208ff6c17e48 Mon Sep 17 00:00:00 2001 From: nanoric Date: Mon, 15 Apr 2019 09:14:23 -0400 Subject: [PATCH] [Add] added cache for appveyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f60e91c3..437edefc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,8 @@ clone_depth: 1 +cache: + - '%LOCALAPPDATA%\pip\Cache' + configuration: - pip - sdist