Skip to content

Commit

Permalink
Whoops - use proper command
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Snape committed May 8, 2017
1 parent d8ab27d commit 84be785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ platform:

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

install:
- ps: $env:MINICONDA_DIR = python C:\\condaci.py miniconda_dir
- ps: $BUILD_CMD = "${env:MINICONDA_DIR}" + "\\python C:\\condaci.py build conda"; Invoke-Expression $BUILD_CMD
- ps: >
& "${env:MINICONDA_DIR}\\python" C:\\condaci.py build conda

0 comments on commit 84be785

Please sign in to comment.