fix: [travis] Retry poetry packages installation

pull/6454/head
Jakub Onderka 2020-10-17 12:36:53 +02:00
parent a6ffb380f7
commit cb5f501580
1 changed files with 1 additions and 1 deletions

View File

@ -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