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.
1 parent 584c67d commit 5e3a587Copy full SHA for 5e3a587
.travis.yml
@@ -31,6 +31,8 @@ install:
31
- pip install -r test-requirements.txt
32
- pip install tox codecov
33
- 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
36
37
script:
38
- tests/travis.sh
0 commit comments