Update ObviousCI download for Appveyor

As suggested at https://github.com/pelson/Obvious-CI/issues/68
This commit is contained in:
Thomas Kluyver 2016-11-13 16:58:11 -08:00
parent 78dc8a8c7a
commit 3b4ec0d1cf

View File

@ -14,7 +14,7 @@ platform:
build: off
install:
- appveyor DownloadFile "https://raw.githubusercontent.com/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py"
- appveyor DownloadFile "https://raw.githubusercontent.com/conda-forge/conda-smithy/master/bootstrap-obvious-ci-and-miniconda.py"
- cmd: python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %platform% %CONDA_PY:~0,1% --without-obvci
# Add a hack to switch to `conda` version `4.1.12` before activating.