From 3b4ec0d1cfabf2f89d3b0aea6eebd188204232f7 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sun, 13 Nov 2016 16:58:11 -0800 Subject: [PATCH] Update ObviousCI download for Appveyor As suggested at https://github.com/pelson/Obvious-CI/issues/68 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a9883dede..ce82ed9da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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.