Skip to content

Commit

Permalink
fix appveyor reporting (powershell > cmd)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabooth committed May 9, 2017
1 parent 60a71e0 commit 9a777cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ init:

install:
- ps: $env:MINICONDA_DIR = python C:\\condaci.py miniconda_dir
- ps: >
& "${env:MINICONDA_DIR}\\python" C:\\condaci.py build conda
- cmd: "%MINICONDA_DIR%\\python C:\\condaci.py build conda"

after_test:
- ps: $wc = New-Object 'System.Net.WebClient'; $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path C:\\menpo.xml))

0 comments on commit 9a777cf

Please sign in to comment.