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