File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 37
37
- script : |
38
38
export PATH=$HOME/miniconda3/bin:$PATH
39
39
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 37
37
displayName: 'Build'
38
38
- script : |
39
39
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 %*
41
41
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 28
28
displayName: 'Build'
29
29
- script : |
30
30
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 %*
32
32
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