File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3737 - script : |
3838 export PATH=$HOME/miniconda3/bin:$PATH
3939 source activate pandas && pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
40+ - task : PublishTestResults@2
41+ inputs :
42+ testResultsFiles : ' /tmp/*.xml'
43+ testRunTitle : ' MacOS-35'
Original file line number Diff line number Diff line change 3737 displayName: 'Build'
3838 - script : |
3939 call activate %CONDA_ENV%
40- pytest --skip-slow --skip-network pandas -n 2 -r sxX --strict %*
40+ pytest --junitxml=test-data.xml -- skip-slow --skip-network pandas -n 2 -r sxX --strict %*
4141 displayName: 'Test'
42+ - task : PublishTestResults@2
43+ inputs :
44+ testResultsFiles : ' test-data.xml'
45+ testRunTitle : ' Windows 27'
Original file line number Diff line number Diff line change 2828 displayName: 'Build'
2929 - script : |
3030 call activate %CONDA_ENV%
31- pytest --skip-slow --skip-network pandas -n 2 -r sxX --strict %*
31+ pytest --junitxml=test-data.xml -- skip-slow --skip-network pandas -n 2 -r sxX --strict %*
3232 displayName: 'Test'
33+ - task : PublishTestResults@2
34+ inputs :
35+ testResultsFiles : ' test-data.xml'
36+ testRunTitle : ' Windows 36'
You can’t perform that action at this time.
0 commit comments