mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Only clone the most recent commit to reduce download size
This commit is contained in:
parent
f60e7851df
commit
8f94bba44e
|
@ -16,7 +16,7 @@ environment:
|
|||
- PYTHON: C:/Python33-x64
|
||||
|
||||
install:
|
||||
- git clone https://github.com/python-pillow/pillow-depends.git c:\pillow-depends
|
||||
- git clone --depth 1 https://github.com/python-pillow/pillow-depends.git c:\pillow-depends
|
||||
- xcopy c:\pillow-depends\*.zip c:\pillow\winbuild\
|
||||
- xcopy c:\pillow-depends\*.tar.gz c:\pillow\winbuild\
|
||||
- xcopy /s c:\pillow-depends\test_images\* c:\pillow\tests\images
|
||||
|
|
Loading…
Reference in New Issue
Block a user