From e873c6a363ee75ba3ad24bef15a0c5606727c301 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Sat, 15 Oct 2016 20:17:28 +0300 Subject: [PATCH] appveyor.yml Attempt to fix test run broken by 865c2f0 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index da7be71..6d59c9b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ build_script: test_script: - ps: | cp build\Release\git2.dll . - try { & $env:PYTHON setup.py nosetests --with-xunit } + &$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))