diff --git a/.travis.yml b/.travis.yml index 7f74bf7..08afa00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ install: - tinydownload 07426048687547254773 -o ~/bin/ffmpeg - chmod 755 ~/bin/ffmpeg - xdg-user-dirs-update -script: pytest --cov=. +script: travis_retry pytest --cov=. after_success: - pip install codecov - codecov