Skip to content

Commit b7072b5

Browse files
committed
Fix syntax + lint errors on .travis.yml to get CI back :)
1 parent 0f1bb1a commit b7072b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
language: python
23
cache: pip
34
dist: xenial
@@ -10,12 +11,12 @@ matrix:
1011
- python: 3.7
1112
- python: 3.8-dev
1213
env: PYTHON_VER=py38
13-
allow_failures:
14+
allow_failures:
1415
- env: PYTHON_VER=py38
1516

1617
install:
17-
- pip install black
18-
- pip install -e .
18+
- pip install black
19+
- pip install -e .
1920

2021
script:
21-
- python setup.py test && find . -type f -name '*.py' | xargs black --check
22+
- python setup.py test && find . -type f -name '*.py' | xargs black --check

0 commit comments

Comments
 (0)