Skip to content

Commit

Permalink
Merge fa79480 into dd89946
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Aug 25, 2020
2 parents dd89946 + fa79480 commit ad1ee13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- template: tools/ci/azure_template.yml
parameters:
name: Linux
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04

- template: tools/ci/azure_template.yml
parameters:
name: macOS
vmImage: macOS-10.14
vmImage: macOS-10.15

- template: tools/ci/azure_template.yml
parameters:
name: Windows
vmImage: vs2017-win2016
vmImage: windows-2019
2 changes: 1 addition & 1 deletion tools/ci/azure_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
displayName: 'Build Cython Extensions'
- script: |
pytest statsmodels --junitxml=junit/test-results.xml --skip-examples -n 2
pytest statsmodels --junitxml=junit/test-results.xml --skip-examples --verbose
displayName: 'pytest'
- ${{ if eq(parameters.name, 'Linux') }}:
Expand Down

0 comments on commit ad1ee13

Please sign in to comment.