mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Merge pull request #3009 from thijstriemstra/patch-1
Enable pip cache in AppVeyor build
This commit is contained in:
commit
034617ffae
|
@ -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