Skip to content

Commit

Permalink
AppVeyor Update: "d5d159050eac48ab9123f383fe8e949476d7f60f"
Browse files Browse the repository at this point in the history
  • Loading branch information
sci-bots-build committed Jul 19, 2017
1 parent aff7ff4 commit 67c5d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -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%"
Expand All @@ -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
Expand Down

0 comments on commit 67c5d71

Please sign in to comment.