فهرست منبع

Allow for flaky websites on Travis

Steven Silvester 7 سال پیش
والد
کامیت
32f8ea32f6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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