File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
jobs :
2
2
-
3
- job : Code style check
3
+ job : code_style_check
4
4
pool :
5
5
vmImage : ubuntu-16.04
6
6
steps :
@@ -15,54 +15,54 @@ jobs:
15
15
python -m flake8
16
16
displayName : " Code style check"
17
17
-
18
- job : Test
18
+ job : test
19
19
strategy :
20
20
matrix :
21
- LinuxPython27 :
21
+ linux_python_2_7 :
22
22
python.version : " 2.7"
23
23
imageName : ubuntu-16.04
24
24
sendCoverage : " false"
25
- LinuxPython35 :
25
+ linux_python_3_5 :
26
26
python.version : " 3.5"
27
27
imageName : ubuntu-16.04
28
28
sendCoverage : " false"
29
- LinuxPython36 :
29
+ linux_python_3_6 :
30
30
python.version : " 3.6"
31
31
imageName : ubuntu-16.04
32
32
sendCoverage : " false"
33
- LinuxPython37 :
33
+ linux_python_3_7 :
34
34
python.version : " 3.7"
35
35
imageName : ubuntu-16.04
36
36
sendCoverage : " true"
37
- MacPython27 :
37
+ mac_python_2_7 :
38
38
python.version : " 2.7"
39
39
imageName : macos-10.13
40
40
sendCoverage : " false"
41
- MacPython35 :
41
+ mac_python_3_5 :
42
42
python.version : " 3.5"
43
43
imageName : macos-10.13
44
44
sendCoverage : " false"
45
- MacPython36 :
45
+ mac_python_3_6 :
46
46
python.version : " 3.6"
47
47
imageName : macos-10.13
48
48
sendCoverage : " false"
49
- MacPython37 :
49
+ mac_python_3_7 :
50
50
python.version : " 3.7"
51
51
imageName : macos-10.13
52
52
sendCoverage : " false"
53
- WindowsPython27 :
53
+ windows_python_2_7 :
54
54
python.version : " 2.7"
55
55
imageName : vs2017-win2016
56
56
sendCoverage : " false"
57
- WindowsPython35 :
57
+ windows_python_3_5 :
58
58
python.version : " 3.5"
59
59
imageName : vs2017-win2016
60
60
sendCoverage : " false"
61
- WindowsPython36 :
61
+ windows_python_3_6 :
62
62
python.version : " 3.6"
63
63
imageName : vs2017-win2016
64
64
sendCoverage : " false"
65
- WindowsPython37 :
65
+ windows_python_3_7 :
66
66
python.version : " 3.7"
67
67
imageName : vs2017-win2016
68
68
sendCoverage : " false"
You can’t perform that action at this time.
0 commit comments