Skip to content

Commit 6732ebe

Browse files
committed
move appveyor test upload to its own section
1 parent 24f064c commit 6732ebe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ install:
4646
build_script:
4747
- "%PYTHON%\\python.exe -m pip install ."
4848

49-
5049
test_script:
5150
- "%PYTHON%\\python.exe -m pytest --verbose -p no:cacheprovider --junit-xml=tests.xml"
52-
- ps: >-
51+
52+
after_test:
53+
- ps: |
5354
$wc = New-Object 'System.Net.WebClient'
5455
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($Env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
5556

0 commit comments

Comments
 (0)