This repository was archived by the owner on Jun 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
3
jobs :
4
- " server-test " :
4
+ server-test :
5
5
docker :
6
6
- image : circleci/python:3.6.7-node-browsers
7
7
- image : cypress/base:10
49
49
npm run test.server
50
50
51
51
52
- " standalone-test " :
52
+ standalone-test :
53
53
docker :
54
54
- image : circleci/python:3.6.7-node-browsers
55
55
- image : cypress/base:10
77
77
command : npm run test.standalone
78
78
79
79
80
- " unit-test " :
80
+ unit-test :
81
81
docker :
82
82
- image : circleci/python:3.6.7-node-browsers
83
83
- image : cypress/base:10
@@ -118,7 +118,7 @@ jobs:
118
118
npm run test.unit
119
119
120
120
121
- " visual-test " :
121
+ visual-test :
122
122
docker :
123
123
- image : circleci/node:8.11.3-browsers
124
124
@@ -146,7 +146,7 @@ jobs:
146
146
command : npm run test.visual
147
147
148
148
149
- " node " :
149
+ node :
150
150
docker :
151
151
- image : circleci/python:3.6.7-node
152
152
@@ -183,7 +183,7 @@ jobs:
183
183
when : always
184
184
185
185
186
- " python-3.6 " :
186
+ python-3.6 :
187
187
docker :
188
188
- image : circleci/python:3.6.7-stretch-node-browsers
189
189
@@ -224,7 +224,7 @@ jobs:
224
224
pip install -e .
225
225
226
226
- run :
227
- name : ⚙️ run integration test
227
+ name : ⚙️ Run integration test
228
228
command : |
229
229
. venv/bin/activate
230
230
pytest --junitxml=test-reports/dash.xml tests/integration
@@ -241,9 +241,9 @@ workflows:
241
241
version : 2
242
242
build :
243
243
jobs :
244
- - " python-3.6"
245
- - " node"
246
- - " server-test"
247
- - " standalone-test"
248
- - " unit-test"
249
- - " visual-test"
244
+ - python-3.6
245
+ - node
246
+ - server-test
247
+ - standalone-test
248
+ - unit-test
249
+ - visual-test
Original file line number Diff line number Diff line change 42
42
dist
43
43
* __pycache__ *
44
44
__pycache__ /
45
-
46
- * .pyc
You can’t perform that action at this time.
0 commit comments