File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
44
- save_cache :
45
45
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-dev.txt" }}-{{ checksum "requires-install.txt" }}-{{ checksum "requires-testing.txt" }}
46
46
paths :
47
- - " venv"
47
+ - venv
48
48
- run :
49
49
name : 🌸 Python & JS Lint
50
50
command : |
@@ -103,7 +103,7 @@ jobs:
103
103
- save_cache :
104
104
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-dev.txt" }}-{{ checksum "requires-install.txt" }}-{{ checksum "requires-testing.txt" }}
105
105
paths :
106
- - " venv"
106
+ - venv
107
107
- run :
108
108
name : ️️🏗️ build core
109
109
command : |
@@ -154,7 +154,7 @@ jobs:
154
154
- save_cache :
155
155
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-dev.txt" }}-{{ checksum "requires-install.txt" }}-{{ checksum "requires-testing.txt" }}
156
156
paths :
157
- - " venv"
157
+ - venv
158
158
- run :
159
159
name : ️️🏗️ build misc
160
160
command : |
@@ -188,7 +188,7 @@ jobs:
188
188
docker :
189
189
- image : circleci/python:3.7-stretch-node-browsers
190
190
environment :
191
- PERCY_PARALLEL_TOTAL : ' -1 '
191
+ PERCY_PARALLEL_TOTAL : -1
192
192
PYVERSION : python37
193
193
parallelism : 3
194
194
steps :
@@ -224,15 +224,15 @@ jobs:
224
224
docker :
225
225
- image : circleci/python:3.6-stretch-node-browsers
226
226
environment :
227
- PERCY_ENABLE : ' 0 '
227
+ PERCY_ENABLE : 0
228
228
PYVERSION : python36
229
229
230
230
test-27 :
231
231
<< : *test
232
232
docker :
233
233
- image : circleci/python:2.7-stretch-node-browsers
234
234
environment :
235
- PERCY_ENABLE : ' 0 '
235
+ PERCY_ENABLE : 0
236
236
PYVERSION : python27
237
237
238
238
workflows :
You can’t perform that action at this time.
0 commit comments