Try skipping update conda step on Appveyor

This commit is contained in:
Thomas Kluyver 2018-03-15 14:30:41 +00:00
parent e321c80776
commit 281366759b

View File

@ -18,7 +18,7 @@ install:
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat - cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda config --set show_channel_urls true - cmd: conda config --set show_channel_urls true
- cmd: conda config --add channels conda-forge - cmd: conda config --add channels conda-forge
- cmd: conda update --yes --quiet conda #- cmd: conda update --yes --quiet conda
- cmd: conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose - cmd: conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose
- cmd: pip install .[test] - cmd: pip install .[test]