Update appveyor.yml

upload test results
This commit is contained in:
Matthias Bartelmeß 2016-07-24 15:54:54 +02:00 committed by GitHub
parent cdd57b2c0f
commit fd1e9e3d35

@ -27,6 +27,11 @@ build_script:
%PIP% install .
test_script:
- cmd: '%PYTHON% setup.py test'
- ps: >-
& $env:PYTHON setup.py nosetests --with-xunit
# 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))
artifacts:
- path: dist\*.whl