@@ -3,7 +3,7 @@ version: 2
3
3
jobs :
4
4
check-code-formatting :
5
5
docker :
6
- - image : circleci/python:3.7-buster -node-browsers
6
+ - image : circleci/python:3.7-stretch -node-browsers
7
7
8
8
steps :
9
9
- checkout
17
17
# Core
18
18
python-2.7-core :
19
19
docker :
20
- - image : circleci/python:2.7-buster -node-browsers
20
+ - image : circleci/python:2.7-stretch -node-browsers
21
21
environment :
22
22
PLOTLY_TOX_PYTHON_27 : python2.7
23
- resource_class : large
24
23
25
24
steps :
26
25
- checkout
36
35
37
36
python-3.5-core :
38
37
docker :
39
- - image : circleci/python:3.5-buster -node-browsers
38
+ - image : circleci/python:3.5-stretch -node-browsers
40
39
environment :
41
40
PLOTLY_TOX_PYTHON_35 : python3.5
42
- resource_class : large
43
41
44
42
steps :
45
43
- checkout
55
53
56
54
python-3.6-core :
57
55
docker :
58
- - image : circleci/python:3.6-buster -node-browsers
56
+ - image : circleci/python:3.6-stretch -node-browsers
59
57
environment :
60
58
PLOTLY_TOX_PYTHON_36 : python3.6
61
- resource_class : large
62
59
63
60
steps :
64
61
- checkout
74
71
75
72
python-3.7-core :
76
73
docker :
77
- - image : circleci/python:3.7-buster -node-browsers
74
+ - image : circleci/python:3.7-stretch -node-browsers
78
75
environment :
79
76
PLOTLY_TOX_PYTHON_37 : python3.7
80
- resource_class : large
81
77
82
78
steps :
83
79
- checkout
@@ -93,11 +89,10 @@ jobs:
93
89
94
90
python-3.7-percy :
95
91
docker :
96
- - image : circleci/python:3.7-buster -node-browsers
92
+ - image : circleci/python:3.7-stretch -node-browsers
97
93
environment :
98
94
PERCY_ENABLED : True
99
95
PERCY_PROJECT : plotly/plotly.py
100
- resource_class : large
101
96
102
97
steps :
103
98
- checkout
@@ -127,10 +122,9 @@ jobs:
127
122
# Optional
128
123
python-2.7-optional :
129
124
docker :
130
- - image : circleci/python:2.7-buster -node-browsers
125
+ - image : circleci/python:2.7-stretch -node-browsers
131
126
environment :
132
127
PLOTLY_TOX_PYTHON_27 : python2.7
133
- resource_class : large
134
128
135
129
steps :
136
130
- checkout
@@ -146,10 +140,9 @@ jobs:
146
140
147
141
python-3.5-optional :
148
142
docker :
149
- - image : circleci/python:3.5-buster -node-browsers
143
+ - image : circleci/python:3.5-stretch -node-browsers
150
144
environment :
151
145
PLOTLY_TOX_PYTHON_35 : python3.5
152
- resource_class : large
153
146
154
147
steps :
155
148
- checkout
@@ -165,10 +158,9 @@ jobs:
165
158
166
159
python-3.6-optional :
167
160
docker :
168
- - image : circleci/python:3.6-buster -node-browsers
161
+ - image : circleci/python:3.6-stretch -node-browsers
169
162
environment :
170
163
PLOTLY_TOX_PYTHON_36 : python3.6
171
- resource_class : large
172
164
173
165
steps :
174
166
- checkout
@@ -184,10 +176,9 @@ jobs:
184
176
185
177
python-3.7-optional :
186
178
docker :
187
- - image : circleci/python:3.7-buster -node-browsers
179
+ - image : circleci/python:3.7-stretch -node-browsers
188
180
environment :
189
181
PLOTLY_TOX_PYTHON_37 : python3.7
190
- resource_class : large
191
182
192
183
steps :
193
184
- checkout
@@ -204,10 +195,9 @@ jobs:
204
195
# Plot.ly
205
196
python-2.7-plot_ly :
206
197
docker :
207
- - image : circleci/python:2.7-buster -node-browsers
198
+ - image : circleci/python:2.7-stretch -node-browsers
208
199
environment :
209
200
PLOTLY_TOX_PYTHON_27 : python2.7
210
- resource_class : large
211
201
212
202
steps :
213
203
- checkout
@@ -223,10 +213,9 @@ jobs:
223
213
224
214
python-3.5-plot_ly :
225
215
docker :
226
- - image : circleci/python:3.5-buster -node-browsers
216
+ - image : circleci/python:3.5-stretch -node-browsers
227
217
environment :
228
218
PLOTLY_TOX_PYTHON_35 : python3.5
229
- resource_class : large
230
219
231
220
steps :
232
221
- checkout
@@ -242,10 +231,9 @@ jobs:
242
231
243
232
python-3.7-plot_ly :
244
233
docker :
245
- - image : circleci/python:3.7-buster -node-browsers
234
+ - image : circleci/python:3.7-stretch -node-browsers
246
235
environment :
247
236
PLOTLY_TOX_PYTHON_37 : python3.7
248
- resource_class : large
249
237
250
238
steps :
251
239
- checkout
@@ -352,7 +340,7 @@ jobs:
352
340
353
341
plotlyjs_dev_build :
354
342
docker :
355
- - image : circleci/python:3.7-buster -node-browsers
343
+ - image : circleci/python:3.7-stretch -node-browsers
356
344
environment :
357
345
PLOTLY_TOX_PYTHON_37 : python3.7
358
346
LANG : en_US.UTF-8
@@ -399,7 +387,7 @@ jobs:
399
387
docker :
400
388
# specify the version you desire here
401
389
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
402
- - image : circleci/python:3.7-buster -node-browsers
390
+ - image : circleci/python:3.7-stretch -node-browsers
403
391
404
392
# working_directory: ~/project
405
393
0 commit comments