Ver código fonte

Install nose

Steven Silvester 8 anos atrás
pai
commit
9a237ead9c
1 arquivos alterados com 1 adições e 1 exclusões
  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