File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
- cmd : " ECHO %PYTHON_VERSION% %CONDA_INSTALL_LOCN%"
49
49
50
50
install :
51
- - appveyor DownloadFile "https://raw.githubusercontent.com/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py"
52
- - cmd : python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% %CONDA_PY:~0,1% --without-obvci
53
- - cmd : set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
51
+ # - appveyor DownloadFile "https://raw.githubusercontent.com/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py"
52
+ # - cmd: python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% %CONDA_PY:~0,1% --without-obvci
53
+ # - cmd: set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
54
54
- cmd : set PYTHONUNBUFFERED=1
55
55
- cmd : conda install -c http://conda.anaconda.org/pelson/channel/development --yes --quiet obvious-ci
56
56
- cmd : obvci_install_conda_build_tools.py
You can’t perform that action at this time.
0 commit comments