From cb5f501580d1e705cc0be2b89747719d3478e06b Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Sat, 17 Oct 2020 12:36:53 +0200 Subject: [PATCH] fix: [travis] Retry poetry packages installation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93d68fe25..625ac85a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -154,7 +154,7 @@ script: - pushd PyMISP - git submodule init - git submodule update - - poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport + - travis_retry poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport - poetry run python tests/testlive_comprehensive.py - poetry run python tests/test_mispevent.py - popd