Parcourir la source

Switch back to simple string test

Steven Silvester il y a 8 ans
Parent
commit
37b1fa0d0e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

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