Revert "Update azure-pipelines.yml"

This reverts commit ed1060cf59.
This commit is contained in:
Ines Montani 2019-11-03 17:48:54 +01:00
parent ed1060cf59
commit d82630d7c1

View File

@ -71,18 +71,6 @@ jobs:
Python37Mac:
imageName: 'macos-10.13'
python.version: '3.7'
# Python 3.8 is only supported on Mac yet (see #4479)
# Python38Linux:
# imageName: 'ubuntu-16.04'
# python.version: '3.8'
# Python38Windows:
# imageName: 'vs2017-win2016'
# python.version: '3.8'
Python38Mac:
imageName: 'macos-10.13'
python.version: '3.8'
maxParallel: 4
pool:
vmImage: $(imageName)