mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
enable pip cache in appveyor build
This commit is contained in:
parent
5fa7791777
commit
fc7fdced74
|
@ -82,6 +82,9 @@ after_test:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- '%LOCALAPPDATA%\pip\Cache'
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: pillow\dist\*.egg
|
- path: pillow\dist\*.egg
|
||||||
name: egg
|
name: egg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user