Skip to content

Commit

Permalink
AppVeyor Configuration Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sci-bots-build committed Jul 14, 2017
1 parent 0e73e57 commit 310df30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ environment:
MINICONDA: C:\Miniconda
PYTHON_ARCH: "32"

version: '0.7.3'
version: '0.7.4'

init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"

install:
# Exit if no .conda-recipe folder
- ps: if([System.IO.File]::Exists(".conda-recipe")){Add-AppveyorMessage -Message "No Conda Recipe Found"; -Category "Error"; throw}
- IF NOT EXIST .conda-recipe exit 1

- git clone --depth=1 https://github.com/sci-bots/sci-bots-configs.git
- .\sci-bots-configs\appveyor-install.bat

Expand Down

0 comments on commit 310df30

Please sign in to comment.