Automatically retry randomly failed Travis jobs

This commit is contained in:
Ritiek Malhotra
2019-07-24 11:50:10 +05:30
parent 4f6cae9f80
commit 568ddc52ab

View File

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