File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
3
commands :
4
- test-core :
4
+ test_core :
5
5
parameters :
6
6
py :
7
7
default : " 36"
@@ -16,7 +16,7 @@ commands:
16
16
command : " cd packages/python/plotly; pytest plotly/tests/test_core"
17
17
no_output_timeout : 20m
18
18
19
- test-optional :
19
+ test_optional :
20
20
parameters :
21
21
py :
22
22
default : " 36"
@@ -84,28 +84,28 @@ jobs:
84
84
docker :
85
85
- image : circleci/python:3.6-stretch-node-browsers
86
86
steps :
87
- - test-core :
87
+ - test_core :
88
88
py : " 36"
89
89
90
90
python-3.7-core :
91
91
docker :
92
92
- image : circleci/python:3.7-stretch-node-browsers
93
93
steps :
94
- - test-core :
94
+ - test_core :
95
95
py : " 37"
96
96
97
97
python-3.8-core :
98
98
docker :
99
99
- image : circleci/python:3.8-buster-node-browsers
100
100
steps :
101
- - test-core :
101
+ - test_core :
102
102
py : " 38"
103
103
104
104
python-3.9-core :
105
105
docker :
106
106
- image : circleci/python:3.9-buster-node-browsers
107
107
steps :
108
- - test-core :
108
+ - test_core :
109
109
py : " 39"
110
110
111
111
python-3.7-percy :
@@ -146,28 +146,28 @@ jobs:
146
146
docker :
147
147
- image : circleci/python:3.6-stretch-node-browsers
148
148
steps :
149
- - test-optional :
149
+ - test_optional :
150
150
py : " 36"
151
151
152
152
python-3.7-optional :
153
153
docker :
154
154
- image : circleci/python:3.7-stretch-node-browsers
155
155
steps :
156
- - test-optional :
156
+ - test_optional :
157
157
py : " 37"
158
158
159
159
python-3.8-optional :
160
160
docker :
161
161
- image : circleci/python:3.8-buster-node-browsers
162
162
steps :
163
- - test-optional :
163
+ - test_optional :
164
164
py : " 38"
165
165
166
166
python-3.9-optional :
167
167
docker :
168
168
- image : circleci/python:3.9-buster-node-browsers
169
169
steps :
170
- - test-optional :
170
+ - test_optional :
171
171
py : " 39"
172
172
173
173
# python-3.6-optional:
You can’t perform that action at this time.
0 commit comments