enable pip cache in appveyor build

This commit is contained in:
Thijs Triemstra 2018-02-20 03:48:47 +01:00 committed by GitHub
parent 72f219c410
commit ba84938944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ install:
build: off
cache:
- '%LOCALAPPDATA%\pip\Cache'
test_script:
# Shorten paths, workaround https://bugs.python.org/issue18199
- "subst T: %TEMP%"