Jelajahi Sumber

Allow for flaky websites on Travis

Steven Silvester 7 tahun lalu
induk
melakukan
32f8ea32f6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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