This commit is contained in:
Hugo 2018-09-21 01:38:15 +00:00 committed by GitHub
commit 9f6e92d47b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ services:
- docker - docker
install: install:
- if [ "$DOCKER" == "" ]; then .travis/install.sh; fi - if [ "$DOCKER" == "" ]; then travis_retry .travis/install.sh; fi
before_install: before_install:
- if [ "$DOCKER" ]; then travis_retry docker pull pythonpillow/$DOCKER:$DOCKER_TAG; fi - if [ "$DOCKER" ]; then travis_retry docker pull pythonpillow/$DOCKER:$DOCKER_TAG; fi

View File

@ -3,7 +3,7 @@
rm -rf test_images 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 svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images
cp -r test_images/* ../Tests/images cp -r test_images/* ../Tests/images