|
|
|
|
@ -5,7 +5,11 @@ matrix:
|
|
|
|
|
environment:
|
|
|
|
|
matrix:
|
|
|
|
|
- CONDA_PY: 36
|
|
|
|
|
CONDA_PY_SPEC: 3.6
|
|
|
|
|
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
|
|
|
|
|
- CONDA_PY: 38
|
|
|
|
|
CONDA_PY_SPEC: 3.8
|
|
|
|
|
CONDA_INSTALL_LOCN: "C:\\Miniconda37-x64"
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
- x64
|
|
|
|
|
@ -17,7 +21,7 @@ install:
|
|
|
|
|
- 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 ipykernel pip nodejs nose
|
|
|
|
|
- cmd: conda install -y python=%CONDA_PY_SPEC% pyzmq tornado jupyter_client nbformat ipykernel pip nodejs nose
|
|
|
|
|
# not using `conda install -y` on nbconvent package because there is
|
|
|
|
|
# currently a bug with the version that the anaconda installs, so we will just install it with pip
|
|
|
|
|
- cmd: pip install nbconvert
|
|
|
|
|
|