We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6fa286 + 8be7de8 commit 1ffc67eCopy full SHA for 1ffc67e
1 file changed
.travis.yml
@@ -42,7 +42,7 @@ install:
42
- if [ "$DOCKER" == "" ]; then .travis/install.sh; fi
43
44
before_install:
45
- - if [ "$DOCKER" ]; then docker pull pythonpillow/$DOCKER:$DOCKER_TAG; fi
+ - if [ "$DOCKER" ]; then travis_retry docker pull pythonpillow/$DOCKER:$DOCKER_TAG; fi
46
47
before_script:
48
# Qt needs a display for some of the tests, and it's only run on the system site packages install
0 commit comments