Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e83bd7

Browse files
committed
Use nbformat instead.
1 parent 6f290cd commit 0e83bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
- conda config --set always_yes yes
2525
- conda update conda
2626
- conda info -a
27-
- travis_retry conda create -n test $CONDA IPython pip nose pyzmq jsonschema notebook
27+
- travis_retry conda create -n test $CONDA IPython pip nose pyzmq jsonschema nbformat
2828
- source activate test
2929
- travis_retry pip install coveralls
3030

0 commit comments

Comments
 (0)