We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e321c80 + 14c9ec4 commit 1b3b354Copy full SHA for 1b3b354
appveyor.yml
@@ -4,8 +4,8 @@ matrix:
4
5
environment:
6
matrix:
7
- - CONDA_PY: 35
8
- CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
+ - CONDA_PY: 36
+ CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
9
- CONDA_PY: 27
10
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
11
@@ -18,7 +18,7 @@ install:
18
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
19
- cmd: conda config --set show_channel_urls true
20
- cmd: conda config --add channels conda-forge
21
- - cmd: conda update --yes --quiet conda
+ #- cmd: conda update --yes --quiet conda
22
- cmd: conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose
23
- cmd: pip install .[test]
24
0 commit comments