From 975f009a1e06e4b54a239a731bcc677830191e01 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Fri, 1 Feb 2019 14:16:13 -0700 Subject: [PATCH] Increase the number of retries The doctr Travis builds are failing because of retry issues. --- doctr/travis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctr/travis.py b/doctr/travis.py index 55f8d2e5..0f15eca5 100644 --- a/doctr/travis.py +++ b/doctr/travis.py @@ -533,7 +533,7 @@ def commit_docs(*, added, removed): return False -def push_docs(deploy_branch='gh-pages', retries=3): +def push_docs(deploy_branch='gh-pages', retries=5): """ Push the changes to the branch named ``deploy_branch``.