fix test pipeline display name

This commit is contained in:
David Lord 2019-11-18 19:06:57 -08:00
parent 8152747bd1
commit e3b4500290

View file

@ -3,7 +3,7 @@ trigger:
- '*.x' - '*.x'
jobs: jobs:
- job: Flask - job: Tests
variables: variables:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'
python.version: '3.8' python.version: '3.8'