Skip to content

Commit b004e9b

Browse files
committed
fixed CI
1 parent c3d3af1 commit b004e9b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ end_of_line = lf
77
charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
10+
11+
[*.yml]
12+
indent_size = 2

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ python:
88
- "3.7"
99
- "3.8"
1010

11+
git:
12+
submodules: false
13+
1114
env:
1215
- PIPENV_SKIP_LOCK=1
1316

0 commit comments

Comments
 (0)