Update appveyor.yml

This commit is contained in:
Matthias Bartelmeß 2016-07-24 22:57:05 +02:00 committed by GitHub
parent 30980751cf
commit faf6a63d25

@ -29,7 +29,7 @@ build_script:
test_script:
- ps: |
cp build\Release\git2.dll .
try { & $env:PYTHON setup.py nosetests --with-xunit }
try { & $env:PYTHON setup.py nosetests --with-xunit } catch {}
# upload results to AppVeyor
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nosetests.xml))