浏览代码

Install nose

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

+ 1 - 1
scripts/travis_install.sh

@@ -11,7 +11,7 @@ hash -r
 conda config --set always_yes yes --set changeps1 no
 conda update -q conda
 conda info -a
-conda install jupyter
+conda install jupyter nose
 
 # create jupyter base dir (needed for config retreival)
 mkdir ~/.jupyter