Browse Source

Switch back to simple string test

Steven Silvester 8 years ago
parent
commit
37b1fa0d0e
1 changed files with 1 additions and 1 deletions
  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