1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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

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%"