Skip to content

Commit d96aa34

Browse files
wmorrellcarltongibson
authored andcommitted
Update Travis to report diff in black violations
1 parent ad66e08 commit d96aa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
install: pip install -U .[tests] black pyflakes isort
3131
script:
3232
- pyflakes .
33-
- black --check .
33+
- black --diff --check .
3434
- isort --check-only --diff --recursive channels_redis tests
3535

3636
- stage: release

0 commit comments

Comments
 (0)