update conda after selecting conda-forge

avoids updating conda from defaults, then downgrading from conda-forge during big install

this appears to fix AppVeyor for now
This commit is contained in:
Min RK 2017-10-31 10:58:29 +01:00
parent 173be6dc88
commit 0a93d38e54

View File

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