@@ -26,10 +26,12 @@ jobs:
26
26
- checkout
27
27
- run :
28
28
name : Install tox
29
- command : " sudo pip install tox jupyterlab~=3.0 "
29
+ command : " sudo pip install tox"
30
30
- run :
31
31
name : Test with tox
32
32
command : " cd packages/python/plotly; tox -e py27-core"
33
+ environment :
34
+ SKIP_NPM : 1
33
35
no_output_timeout : 20m
34
36
35
37
python-3.5-core :
@@ -43,10 +45,12 @@ jobs:
43
45
- checkout
44
46
- run :
45
47
name : Install tox
46
- command : " sudo pip install tox jupyterlab~=3.0 "
48
+ command : " sudo pip install tox"
47
49
- run :
48
50
name : Test with tox
49
51
command : " cd packages/python/plotly; tox -e py35-core"
52
+ environment :
53
+ SKIP_NPM : 1
50
54
no_output_timeout : 20m
51
55
52
56
python-3.6-core :
@@ -60,10 +64,12 @@ jobs:
60
64
- checkout
61
65
- run :
62
66
name : Install tox
63
- command : " sudo pip install tox jupyterlab~=3.0 "
67
+ command : " sudo pip install tox"
64
68
- run :
65
69
name : Test with tox
66
70
command : " cd packages/python/plotly; tox -e py36-core"
71
+ environment :
72
+ SKIP_NPM : 1
67
73
no_output_timeout : 20m
68
74
69
75
python-3.7-core :
@@ -77,10 +83,12 @@ jobs:
77
83
- checkout
78
84
- run :
79
85
name : Install tox
80
- command : " sudo pip install tox jupyterlab~=3.0 "
86
+ command : " sudo pip install tox"
81
87
- run :
82
88
name : Test with tox
83
89
command : " cd packages/python/plotly; tox -e py37-core"
90
+ environment :
91
+ SKIP_NPM : 1
84
92
no_output_timeout : 20m
85
93
86
94
python-3.7-percy :
@@ -128,10 +136,12 @@ jobs:
128
136
- checkout
129
137
- run :
130
138
name : Install tox
131
- command : " sudo pip install tox jupyterlab~=3.0 "
139
+ command : " sudo pip install tox"
132
140
- run :
133
141
name : Test with tox
134
142
command : " cd packages/python/plotly; tox -e py27-optional"
143
+ environment :
144
+ SKIP_NPM : 1
135
145
no_output_timeout : 20m
136
146
137
147
python-3.5-optional :
@@ -145,10 +155,12 @@ jobs:
145
155
- checkout
146
156
- run :
147
157
name : Install tox
148
- command : " sudo pip install tox jupyterlab~=3.0 "
158
+ command : " sudo pip install tox"
149
159
- run :
150
160
name : Test with tox
151
161
command : " cd packages/python/plotly; tox -e py35-optional"
162
+ environment :
163
+ SKIP_NPM : 1
152
164
no_output_timeout : 20m
153
165
154
166
python-3.6-optional :
@@ -162,10 +174,12 @@ jobs:
162
174
- checkout
163
175
- run :
164
176
name : Install tox
165
- command : " sudo pip install tox jupyterlab~=3.0 "
177
+ command : " sudo pip install tox"
166
178
- run :
167
179
name : Test with tox
168
180
command : " cd packages/python/plotly; tox -e py36-optional"
181
+ environment :
182
+ SKIP_NPM : 1
169
183
no_output_timeout : 20m
170
184
171
185
python-3.7-optional :
@@ -179,10 +193,12 @@ jobs:
179
193
- checkout
180
194
- run :
181
195
name : Install tox
182
- command : " sudo pip install tox jupyterlab~=3.0 "
196
+ command : " sudo pip install tox"
183
197
- run :
184
198
name : Test with tox
185
199
command : " cd packages/python/plotly; tox -e py37-optional"
200
+ environment :
201
+ SKIP_NPM : 1
186
202
no_output_timeout : 20m
187
203
188
204
# Plot.ly
@@ -197,10 +213,12 @@ jobs:
197
213
- checkout
198
214
- run :
199
215
name : Install tox
200
- command : " sudo pip install tox jupyterlab~=3.0 "
216
+ command : " sudo pip install tox"
201
217
- run :
202
218
name : Test with tox
203
219
command : " cd packages/python/chart-studio; tox -e py27-plot_ly"
220
+ environment :
221
+ SKIP_NPM : 1
204
222
no_output_timeout : 20m
205
223
206
224
python-3.5-plot_ly :
@@ -214,10 +232,12 @@ jobs:
214
232
- checkout
215
233
- run :
216
234
name : Install tox
217
- command : " sudo pip install tox jupyterlab~=3.0 "
235
+ command : " sudo pip install tox"
218
236
- run :
219
237
name : Test with tox
220
238
command : " cd packages/python/chart-studio; tox -e py35-plot_ly"
239
+ environment :
240
+ SKIP_NPM : 1
221
241
no_output_timeout : 20m
222
242
223
243
python-3.7-plot_ly :
@@ -231,10 +251,12 @@ jobs:
231
251
- checkout
232
252
- run :
233
253
name : Install tox
234
- command : " sudo pip install tox jupyterlab~=3.0 "
254
+ command : " sudo pip install tox"
235
255
- run :
236
256
name : Test with tox
237
257
command : " cd packages/python/chart-studio; tox -e py37-plot_ly"
258
+ environment :
259
+ SKIP_NPM : 1
238
260
no_output_timeout : 20m
239
261
240
262
python-2-7-orca :
0 commit comments