diff --git a/depends/install_extra_test_images.sh b/depends/install_extra_test_images.sh index 089a5e4d7..a43146598 100755 --- a/depends/install_extra_test_images.sh +++ b/depends/install_extra_test_images.sh @@ -3,7 +3,7 @@ rm -rf test_images -# Use SVN to just fetch a single git subdirectory -svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images +# Use SVN to just fetch a single Git subdirectory +travis_retry svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images cp -r test_images/* ../Tests/images