Skip to content

Commit

Permalink
Use appveyor command that exits correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Snape committed May 8, 2017
1 parent 85d7292 commit d8ab27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ platform:

init:
- ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo/condaci/v0.4.x/condaci.py' C:\\condaci.py; echo "Done"
- cmd: python C:\\condaci.py setup
- ps: >
& "${env:MINICONDA_DIR}\\python" C:\\condaci.py build conda
install:
- ps: $env:MINICONDA_DIR = python C:\\condaci.py miniconda_dir
Expand Down

0 comments on commit d8ab27d

Please sign in to comment.