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 09ab6e5 commit 562f269Copy full SHA for 562f269
.travis.yml
@@ -25,7 +25,10 @@ before_install:
25
- conda update conda
26
- conda info -a
27
- travis_retry conda create -n test $CONDA IPython pip nose pyzmq jsonschema
28
- - travis_retry pip install nbformat
+ - if [[ $CONDA == python=3.3* ]]; then
29
+ pip install nbformat;
30
+ else
31
+ travis_retry conda install nbformat;
32
- source activate test
33
- travis_retry pip install coveralls
34
0 commit comments