Kaynağa Gözat

Allow for flaky websites on Travis

Steven Silvester 7 yıl önce
ebeveyn
işleme
32f8ea32f6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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