From 67c5d7165ddea2d779568810f3a592edc24b406a Mon Sep 17 00:00:00 2001 From: sci-bots-build Date: Wed, 19 Jul 2017 20:45:44 +0000 Subject: [PATCH] AppVeyor Update: "d5d159050eac48ab9123f383fe8e949476d7f60f" --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e687fef..fdcb3ce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ environment: MINICONDA: C:\Miniconda PYTHON_ARCH: "32" -version: '0.7.16_appveyor-{build}' +version: '0.7.17_appveyor-{build}' init: - "ECHO %PYTHON_VERSION% %MINICONDA%" @@ -14,7 +14,7 @@ install: # Exit if no .conda-recipe folder - ps: if(!(Test-Path ".conda-recipe")){Add-AppveyorMessage -Message "No Conda Recipe Found" -Category "Error"; throw "Missing .conda-recipe folder"} - git clone --depth=1 https://github.com/sci-bots/sci-bots-configs.git - - .\sci-bots-configs\appveyor-install.bat + - powershell -executionpolicy remotesigned -File .\sci-bots-configs\appveyor-install.ps1 # Handle build and tests using conda (defined in .conda-recipe/meta.yaml) build: false