1
- version : 2
1
+ version : 2.1
2
2
3
3
commands :
4
4
test_core :
@@ -80,35 +80,35 @@ jobs:
80
80
command : " black --check ."
81
81
82
82
# Core
83
- python-3.6-core :
83
+ python_36_core :
84
84
docker :
85
85
- image : circleci/python:3.6-stretch-node-browsers
86
86
steps :
87
87
- test_core :
88
88
py : " 36"
89
89
90
- python-3.7-core :
90
+ python_37_core :
91
91
docker :
92
92
- image : circleci/python:3.7-stretch-node-browsers
93
93
steps :
94
94
- test_core :
95
95
py : " 37"
96
96
97
- python-3.8-core :
97
+ python_38_core :
98
98
docker :
99
99
- image : circleci/python:3.8-buster-node-browsers
100
100
steps :
101
101
- test_core :
102
102
py : " 38"
103
103
104
- python-3.9-core :
104
+ python_39_core :
105
105
docker :
106
106
- image : circleci/python:3.9-buster-node-browsers
107
107
steps :
108
108
- test_core :
109
109
py : " 39"
110
110
111
- python-3.7-percy :
111
+ python_37_percy :
112
112
docker :
113
113
- image : circleci/python:3.7-stretch-node-browsers
114
114
environment :
@@ -142,35 +142,35 @@ jobs:
142
142
143
143
144
144
# Optional
145
- python-3.6-optional :
145
+ python_36_optional :
146
146
docker :
147
147
- image : circleci/python:3.6-stretch-node-browsers
148
148
steps :
149
149
- test_optional :
150
150
py : " 36"
151
151
152
- python-3.7-optional :
152
+ python_37_optional :
153
153
docker :
154
154
- image : circleci/python:3.7-stretch-node-browsers
155
155
steps :
156
156
- test_optional :
157
157
py : " 37"
158
158
159
- python-3.8-optional :
159
+ python_38_optional :
160
160
docker :
161
161
- image : circleci/python:3.8-buster-node-browsers
162
162
steps :
163
163
- test_optional :
164
164
py : " 38"
165
165
166
- python-3.9-optional :
166
+ python_39_optional :
167
167
docker :
168
168
- image : circleci/python:3.9-buster-node-browsers
169
169
steps :
170
170
- test_optional :
171
171
py : " 39"
172
172
173
- # python-3.6-optional :
173
+ # python_3.6_optional :
174
174
# docker:
175
175
# - image: circleci/python:3.6-stretch-node-browsers
176
176
#
@@ -199,7 +199,7 @@ jobs:
199
199
# command: "cd packages/python/plotly; pytest plotly/tests/test_io"
200
200
# no_output_timeout: 20m
201
201
#
202
- # python-3.7-optional :
202
+ # python_3.7_optional :
203
203
# docker:
204
204
# - image: circleci/python:3.7-stretch-node-browsers
205
205
#
@@ -234,7 +234,7 @@ jobs:
234
234
# name: Test lazy imports
235
235
# command: "cd packages/python/plotly; pytest -x test_init/test_lazy_imports.py"
236
236
#
237
- # python-3.8-optional :
237
+ # python_3.8_optional :
238
238
# docker:
239
239
# - image: circleci/python:3.8-buster-node-browsers
240
240
#
@@ -276,7 +276,7 @@ jobs:
276
276
# - store_artifacts:
277
277
# path: packages/python/plotly/plotly/tests/test_orca/images/linux/failed
278
278
#
279
- # python-3.9-optional :
279
+ # python_3.9_optional :
280
280
# docker:
281
281
# - image: circleci/python:3.9-buster-node-browsers
282
282
#
@@ -306,7 +306,7 @@ jobs:
306
306
# no_output_timeout: 20m
307
307
308
308
# Chart studio
309
- python-3.7-chart_studio :
309
+ python_37_chart_studio :
310
310
docker :
311
311
- image : circleci/python:3.7-stretch-node-browsers
312
312
@@ -376,8 +376,6 @@ jobs:
376
376
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
377
377
- image : circleci/python:3.7-stretch-node-browsers
378
378
379
- working_directory : ~/project
380
-
381
379
steps :
382
380
- add_ssh_keys :
383
381
fingerprints :
@@ -507,7 +505,7 @@ jobs:
507
505
destination : doc/apidoc/_build/
508
506
509
507
workflows :
510
- version : 2
508
+
511
509
code_formatting :
512
510
jobs :
513
511
- check-code-formatting
@@ -517,15 +515,15 @@ workflows:
517
515
518
516
build :
519
517
jobs :
520
- - python-3.6-core
521
- # - python-3.7-core
522
- - python-3.8-core
523
- # - python-3.9-core
524
- # - python-3.7-percy
525
- - python-3.6-optional
526
- # - python-3.7-optional
527
- - python-3.8-optional
528
- # - python-3.9-optional
529
- # - python-3.7-chart_studio
530
- # - python-3-7-orca
518
+ - python_36_core
519
+ # - python_37_core
520
+ - python_38_core
521
+ # - python_39_core
522
+ # - python_37_percy
523
+ - python_36_optional
524
+ # - python_37_optional
525
+ - python_38_optional
526
+ # - python_39_optional
527
+ # - python_37_chart_studio
528
+ # - python_37_orca
531
529
# - build-doc
0 commit comments