Skip to content

Commit 5e3a587

Browse files
committed
Pull manlinux images that will be used to defeat travis-ci timeout
travis-ci seems to timeout with no output when pulling manylinux images. pull them before install.
1 parent 584c67d commit 5e3a587

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ install:
3131
- pip install -r test-requirements.txt
3232
- pip install tox codecov
3333
- pip install -e .
34+
# pull manylinux images that will be used, this helps passing tests which would otherwise timeout.
35+
- python -c $'from tests.integration.test_manylinux import MANYLINUX_IMAGES\nfor image in MANYLINUX_IMAGES.values():\n print(image)' | xargs -L 1 docker pull
3436

3537
script:
3638
- tests/travis.sh

0 commit comments

Comments
 (0)