summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Triemstra <info@collab.nl>2018-02-20 19:54:57 -0500
committerThijs Triemstra <info@collab.nl>2018-02-20 19:54:57 -0500
commit0f181af0c3277d6ea3b4d775dbc40a16a2115b7b (patch)
treed6c31d7e5b0160f622a417d7cdff6f44462ed871
parent9c44c8da0538f985e17dd56637fdcab0354f8fc8 (diff)
downloadpython-coveragepy-0f181af0c3277d6ea3b4d775dbc40a16a2115b7b.tar.gz
enable pip cache in appveyor build
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f6b4066..6ff592a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,6 +5,9 @@ version: '{branch}-{build}'
shallow_clone: true
+cache:
+ - '%LOCALAPPDATA%\pip\Cache'
+
environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd"