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:
32
32
strategy :
33
33
maxParallel : 10
34
34
matrix :
35
- linux_python_2_7 :
36
- python.version : " 2.7"
37
- imageName : ubuntu-16.04
38
- sendCoverage : " false"
39
35
linux_python_3_6 :
40
36
python.version : " 3.6"
41
37
imageName : ubuntu-20.04
@@ -48,10 +44,6 @@ stages:
48
44
python.version : " 3.8"
49
45
imageName : ubuntu-20.04
50
46
sendCoverage : " true"
51
- mac_python_2_7 :
52
- python.version : " 2.7"
53
- imageName : macOS-10.15
54
- sendCoverage : " false"
55
47
mac_python_3_6 :
56
48
python.version : " 3.6"
57
49
imageName : macOS-10.15
@@ -64,10 +56,6 @@ stages:
64
56
python.version : " 3.8"
65
57
imageName : macOS-10.15
66
58
sendCoverage : " false"
67
- windows_python_2_7 :
68
- python.version : " 2.7"
69
- imageName : vs2017-win2016
70
- sendCoverage : " false"
71
59
windows_python_3_6 :
72
60
python.version : " 3.6"
73
61
imageName : vs2017-win2016
You can’t perform that action at this time.
0 commit comments