diff options
author | Thijs Triemstra <info@collab.nl> | 2018-02-20 19:54:57 -0500 |
---|---|---|
committer | Thijs Triemstra <info@collab.nl> | 2018-02-20 19:54:57 -0500 |
commit | 13e0bb052e7ce46b646f97c19a82c0a0d9b63eb8 (patch) | |
tree | 2a67f4162260e560cfc1e42a50ef3f64b8e0dc4d | |
parent | 1f58640ddab1d7a52c99817e988ba802136a3c29 (diff) | |
download | python-coveragepy-git-13e0bb052e7ce46b646f97c19a82c0a0d9b63eb8.tar.gz |
enable pip cache in appveyor build
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index f6b40660..6ff592af 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" |