Skip to content

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Feb 3, 2021
1 parent 32e2aab commit c05b69d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@ pr:
jobs:
- template: run-tests.yml
parameters:
name: TestPython37_Ubuntu
name: Py38_Ubuntu
vmImage: 'ubuntu-16.04'
pythonVersion: '3.8'
- template: run-tests.yml
parameters:
name: TestPython37_Mac
name: Py38_Mac
vmImage: 'macOS-10.14'
pythonVersion: '3.8'
- template: run-tests.yml
parameters:
name: TestPython37_Win
name: Py38_Win
vmImage: 'windows-2019'
pythonVersion: '3.8'
- template: run-tests.yml
parameters:
name: TestPython37_Ubuntu
name: Py39_Ubuntu
vmImage: 'ubuntu-16.04'
pythonVersion: '3.9'
- template: run-tests.yml
parameters:
name: TestPython37_Mac
name: Py39_Mac
vmImage: 'macOS-10.14'
pythonVersion: '3.9'
- template: run-tests.yml
parameters:
name: TestPython37_Win
name: Py39_Win
vmImage: 'windows-2019'
pythonVersion: '3.9'

0 comments on commit c05b69d

Please sign in to comment.