소스 검색

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