mirror of https://github.com/explosion/spaCy.git
Update azure-pipelines.yml
This commit is contained in:
parent
65402c3d02
commit
b28de881da
|
@ -12,13 +12,13 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Python27Linux:
|
Python27Linux:
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-18.04'
|
||||||
python.version: '2.7'
|
python.version: '2.7'
|
||||||
Python27Mac:
|
Python27Mac:
|
||||||
imageName: 'macos-10.13'
|
imageName: 'macos-10.13'
|
||||||
python.version: '2.7'
|
python.version: '2.7'
|
||||||
Python35Linux:
|
Python35Linux:
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-18.04'
|
||||||
python.version: '3.5'
|
python.version: '3.5'
|
||||||
Python35Windows:
|
Python35Windows:
|
||||||
imageName: 'vs2017-win2016'
|
imageName: 'vs2017-win2016'
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
imageName: 'macos-10.13'
|
imageName: 'macos-10.13'
|
||||||
python.version: '3.5'
|
python.version: '3.5'
|
||||||
Python36Linux:
|
Python36Linux:
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-18.04'
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
Python36Windows:
|
Python36Windows:
|
||||||
imageName: 'vs2017-win2016'
|
imageName: 'vs2017-win2016'
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
imageName: 'macos-10.13'
|
imageName: 'macos-10.13'
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
Python37Linux:
|
Python37Linux:
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-18.04'
|
||||||
python.version: '3.7'
|
python.version: '3.7'
|
||||||
Python37Windows:
|
Python37Windows:
|
||||||
imageName: 'vs2017-win2016'
|
imageName: 'vs2017-win2016'
|
||||||
|
|
Loading…
Reference in New Issue