File tree 1 file changed +3
-13
lines changed
1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -3,30 +3,20 @@ matrix:
3
3
fast_finish : true
4
4
5
5
environment :
6
- CONDA_INSTALL_LOCN : " C:\\ conda"
7
6
matrix :
8
7
- CONDA_PY : 35
8
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda35-x64"
9
9
- CONDA_PY : 27
10
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda-x64"
10
11
11
12
platform :
12
13
- x64
13
14
14
15
build : off
15
16
16
17
install :
17
- - appveyor DownloadFile "https://raw.githubusercontent.com/conda-forge/conda-smithy/master/bootstrap-obvious-ci-and-miniconda.py"
18
- - cmd : python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %platform% %CONDA_PY:~0,1% --without-obvci
19
-
20
- # Add a hack to switch to `conda` version `4.1.12` before activating.
21
- # This is required to handle a long path activation issue.
22
- # Verbatim from https://github.com/conda-forge/conda-smithy/pull/329
23
- - cmd : set "OLDPATH=%PATH%"
24
- - cmd : set "PATH=%CONDA_INSTALL_LOCN%\\Scripts;%CONDA_INSTALL_LOCN%\\Library\\bin;%PATH%"
25
- - cmd : conda install --yes --quiet conda=4.1.12
26
- - cmd : set "PATH=%OLDPATH%"
27
- - cmd : set "OLDPATH="
28
-
29
18
- cmd : call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
19
+ - cmd : conda update --yes --quiet conda
30
20
- cmd : conda config --set show_channel_urls true
31
21
- cmd : conda config --add channels conda-forge
32
22
- cmd : conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose
You can’t perform that action at this time.
0 commit comments