Skip to content

Commit 9bedd40

Browse files
committed
Fix black command in CI
1 parent 117aa19 commit 9bedd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install: pip install -U tox-travis
1111

1212
script:
1313
- pip install -r ./requirements.code-style.txt
14-
- black --check
14+
- black --check .
1515
- tox -e codecov
1616

1717
deploy:

0 commit comments

Comments
 (0)