mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Reduce CI builds
This commit is contained in:
parent
2df1ab8a1f
commit
51820180ba
|
@ -37,28 +37,27 @@ jobs:
|
||||||
Python36Linux:
|
Python36Linux:
|
||||||
imageName: "ubuntu-16.04"
|
imageName: "ubuntu-16.04"
|
||||||
python.version: "3.6"
|
python.version: "3.6"
|
||||||
Python36Windows:
|
# Python36Windows:
|
||||||
imageName: "vs2017-win2016"
|
# imageName: "vs2017-win2016"
|
||||||
python.version: "3.6"
|
# python.version: "3.6"
|
||||||
Python36Mac:
|
# Python36Mac:
|
||||||
imageName: "macos-10.14"
|
# imageName: "macos-10.14"
|
||||||
python.version: "3.6"
|
# python.version: "3.6"
|
||||||
# Don't test on 3.7 for now to speed up builds
|
# Python37Linux:
|
||||||
Python37Linux:
|
# imageName: "ubuntu-16.04"
|
||||||
imageName: "ubuntu-16.04"
|
# python.version: "3.7"
|
||||||
python.version: "3.7"
|
|
||||||
Python37Windows:
|
Python37Windows:
|
||||||
imageName: "vs2017-win2016"
|
imageName: "vs2017-win2016"
|
||||||
python.version: "3.7"
|
python.version: "3.7"
|
||||||
Python37Mac:
|
# Python37Mac:
|
||||||
imageName: "macos-10.14"
|
# imageName: "macos-10.14"
|
||||||
python.version: "3.7"
|
# python.version: "3.7"
|
||||||
Python38Linux:
|
# Python38Linux:
|
||||||
imageName: "ubuntu-16.04"
|
# imageName: "ubuntu-16.04"
|
||||||
python.version: "3.8"
|
# python.version: "3.8"
|
||||||
Python38Windows:
|
# Python38Windows:
|
||||||
imageName: "vs2017-win2016"
|
# imageName: "vs2017-win2016"
|
||||||
python.version: "3.8"
|
# python.version: "3.8"
|
||||||
Python38Mac:
|
Python38Mac:
|
||||||
imageName: "macos-10.14"
|
imageName: "macos-10.14"
|
||||||
python.version: "3.8"
|
python.version: "3.8"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user