Merge pull request #2464 from hugovk/appveyor-pillow-depends-clone

Speed up AppVeyor build
This commit is contained in:
wiredfool 2017-04-19 11:36:00 +01:00 committed by GitHub
commit 12633a7792

View File

@ -16,7 +16,9 @@ environment:
- PYTHON: C:/Python33-x64
install:
- git clone https://github.com/python-pillow/pillow-depends.git c:\pillow-depends
- curl -fsSL -o pillow-depends.zip https://github.com/python-pillow/pillow-depends/archive/master.zip
- 7z x pillow-depends.zip -oc:\
- mv c:\pillow-depends-master 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