Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f290cd commit 0e83bd7Copy full SHA for 0e83bd7
.travis.yml
@@ -24,7 +24,7 @@ before_install:
24
- conda config --set always_yes yes
25
- conda update conda
26
- conda info -a
27
- - travis_retry conda create -n test $CONDA IPython pip nose pyzmq jsonschema notebook
+ - travis_retry conda create -n test $CONDA IPython pip nose pyzmq jsonschema nbformat
28
- source activate test
29
- travis_retry pip install coveralls
30
0 commit comments