From 568ddc52abd7ace0c613e5b19f8945bbea057fda Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Wed, 24 Jul 2019 11:50:10 +0530 Subject: [PATCH] Automatically retry randomly failed Travis jobs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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