`travis_retry``poetry install`
install:
- pip install poetry
- travis_retry poetry install
<
> For commands which do not have a built-in retry feature, use the travis_retry function to retry it up to three times, if the return code is non-zero: