mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 07:04:45 +03:00
Merge 5494037651
into da4440c1cb
This commit is contained in:
commit
9f6e92d47b
|
@ -50,7 +50,7 @@ services:
|
|||
- docker
|
||||
|
||||
install:
|
||||
- if [ "$DOCKER" == "" ]; then .travis/install.sh; fi
|
||||
- if [ "$DOCKER" == "" ]; then travis_retry .travis/install.sh; fi
|
||||
|
||||
before_install:
|
||||
- if [ "$DOCKER" ]; then travis_retry docker pull pythonpillow/$DOCKER:$DOCKER_TAG; fi
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
rm -rf test_images
|
||||
|
||||
# Use SVN to just fetch a single git subdirectory
|
||||
# Use SVN to just fetch a single Git subdirectory
|
||||
svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images
|
||||
|
||||
cp -r test_images/* ../Tests/images
|
||||
|
|
Loading…
Reference in New Issue
Block a user