Skip to content

Commit

Permalink
Update Travis to report diff in black violations
Browse files Browse the repository at this point in the history
  • Loading branch information
wmorrell authored and carltongibson committed Jun 25, 2020
1 parent ad66e08 commit d96aa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
install: pip install -U .[tests] black pyflakes isort
script:
- pyflakes .
- black --check .
- black --diff --check .
- isort --check-only --diff --recursive channels_redis tests

- stage: release
Expand Down

0 comments on commit d96aa34

Please sign in to comment.