Przeglądaj źródła

Allow for flaky websites on Travis

Steven Silvester 7 lat temu
rodzic
commit
32f8ea32f6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

@@ -89,7 +89,7 @@ if [[ $GROUP == other ]]; then
 
     # Run the link check
     pip install -q pytest-check-links
-    py.test --check-links -k .md .
+    travis_retry py.test --check-links -k .md .
 
     # Build the api docs
     npm run docs