浏览代码

Reinstate link check

Steven Silvester 8 年之前
父节点
当前提交
502ee5f06e
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      scripts/travis_install.sh
  2. 2 2
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_install.sh

@@ -22,7 +22,7 @@ conda update -q conda
 conda info -a
 conda install -c conda-forge notebook pytest
 
-# create jupyter base dir (needed for config retreival)
+# create jupyter base dir (needed for config retrieval)
 mkdir ~/.jupyter
 
 

+ 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