File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,14 @@ trigger:
11
11
- master
12
12
13
13
pr :
14
- - master
14
+ - master
15
15
16
16
jobs :
17
17
- template : azure/windows.yml
18
18
parameters :
19
19
name : windows
20
20
vmImage : vs2017-win2016
21
21
matrix :
22
- py_3.6_32 :
23
- PYTHON_VERSION : " 3.6"
24
- PYTHON_ARCH : " x86"
25
- NP_BUILD_DEP : " 1.13.3"
26
- py_3.6_64 :
27
- PYTHON_VERSION : " 3.6"
28
- PYTHON_ARCH : " x64"
29
- NP_BUILD_DEP : " 1.13.3"
30
22
py_3.7_32 :
31
23
PYTHON_VERSION : " 3.7"
32
24
PYTHON_ARCH : " x86"
63
55
name : linux
64
56
vmImage : ubuntu-16.04
65
57
matrix :
66
- py_3.6_32 :
67
- MB_PYTHON_VERSION : " 3.6"
68
- PLAT : " i686"
69
- py_3.6_64 :
70
- MB_PYTHON_VERSION : " 3.6"
71
58
py_3.7_32 :
72
59
MB_PYTHON_VERSION : " 3.7"
73
60
PLAT : " i686"
102
89
name : macOS
103
90
vmImage : macOS-10.14
104
91
matrix :
105
- py_3.6_64 :
106
- MB_PYTHON_VERSION : " 3.6"
107
- NP_BUILD_DEP : " numpy==1.13.3"
108
92
py_3.7_64 :
109
93
MB_PYTHON_VERSION : " 3.7"
110
94
NP_BUILD_DEP : " numpy==1.14.5"
You can’t perform that action at this time.
0 commit comments