mirror of https://github.com/explosion/spaCy.git
Don't test on 3.7 for now to speed up builds
This commit is contained in:
parent
5d4eede1e4
commit
e232356f41
|
@ -50,15 +50,16 @@ jobs:
|
||||||
Python36Mac:
|
Python36Mac:
|
||||||
imageName: 'macos-10.13'
|
imageName: 'macos-10.13'
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
Python37Linux:
|
# Don't test on 3.7 for now to speed up builds
|
||||||
imageName: 'ubuntu-16.04'
|
# Python37Linux:
|
||||||
python.version: '3.7'
|
# imageName: 'ubuntu-16.04'
|
||||||
Python37Windows:
|
# python.version: '3.7'
|
||||||
imageName: 'vs2017-win2016'
|
# Python37Windows:
|
||||||
python.version: '3.7'
|
# imageName: 'vs2017-win2016'
|
||||||
Python37Mac:
|
# python.version: '3.7'
|
||||||
imageName: 'macos-10.13'
|
# Python37Mac:
|
||||||
python.version: '3.7'
|
# imageName: 'macos-10.13'
|
||||||
|
# python.version: '3.7'
|
||||||
Python38Linux:
|
Python38Linux:
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-16.04'
|
||||||
python.version: '3.8'
|
python.version: '3.8'
|
||||||
|
|
Loading…
Reference in New Issue