Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
appveyor.yml Attempt to fix test run
broken by 865c2f0
  • Loading branch information
techtonik authored Oct 15, 2016
commit e873c6a363ee75ba3ad24bef15a0c5606727c301
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down