Skip to content

Commit 1b3b354

Browse files
authored
Merge pull request #3430 from takluyver/appveyor-conda-fix
Trying to fix Appveyor build errors
2 parents e321c80 + 14c9ec4 commit 1b3b354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ matrix:
44

55
environment:
66
matrix:
7-
- CONDA_PY: 35
8-
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
7+
- CONDA_PY: 36
8+
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
99
- CONDA_PY: 27
1010
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
1111

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

0 commit comments

Comments
 (0)