Ver Fonte

Disable link check for now

Steven Silvester há 8 anos atrás
pai
commit
a47a51de07
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      scripts/travis_script.sh

+ 2 - 2
scripts/travis_script.sh

@@ -45,7 +45,7 @@ if [[ $GROUP == coverage_and_docs ]]; then
     npm run docs
 
     # Run the link check
-    pip install -q pytest-check-links
-    py.test --check-links -k .md .
+    #pip install -q pytest-check-links
+    #py.test --check-links -k .md .
 fi