Retry SVN checkout to mitigate temporary network problems

This commit is contained in:
hugovk 2018-09-19 09:34:49 +03:00
parent 4c47628900
commit 590af1a8c1

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 travis_retry svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images
cp -r test_images/* ../Tests/images cp -r test_images/* ../Tests/images