diff --git a/appveyor.yml b/appveyor.yml index f1bf1ea91..1b2ea2192 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,6 +41,6 @@ test_script: - py.test -s -v --junit-xml=test_results.xml # Upload the test results to appveyor so they are shown on the "Tests" tab. -after_test: +on_finish: - ps: $wc = New-Object 'System.Net.WebClient' - ps: $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test_results.xml))