File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ stages:
3232 strategy :
3333 maxParallel : 10
3434 matrix :
35- linux_python_2_7 :
36- python.version : " 2.7"
37- imageName : ubuntu-16.04
38- sendCoverage : " false"
3935 linux_python_3_6 :
4036 python.version : " 3.6"
4137 imageName : ubuntu-20.04
@@ -48,10 +44,6 @@ stages:
4844 python.version : " 3.8"
4945 imageName : ubuntu-20.04
5046 sendCoverage : " true"
51- mac_python_2_7 :
52- python.version : " 2.7"
53- imageName : macOS-10.15
54- sendCoverage : " false"
5547 mac_python_3_6 :
5648 python.version : " 3.6"
5749 imageName : macOS-10.15
@@ -64,10 +56,6 @@ stages:
6456 python.version : " 3.8"
6557 imageName : macOS-10.15
6658 sendCoverage : " false"
67- windows_python_2_7 :
68- python.version : " 2.7"
69- imageName : vs2017-win2016
70- sendCoverage : " false"
7159 windows_python_3_6 :
7260 python.version : " 3.6"
7361 imageName : vs2017-win2016
You can’t perform that action at this time.
0 commit comments