mirror of
https://github.com/django/daphne.git
synced 2025-07-28 16:09:45 +03:00
Fix isort in travis
This commit is contained in:
parent
c3caef6cd2
commit
525290f5cb
|
@ -38,7 +38,7 @@ jobs:
|
|||
script:
|
||||
- pyflakes daphne tests
|
||||
- black --check daphne tests
|
||||
- isort --check-only --diff --recursive channels_redis tests
|
||||
- isort --check-only --diff --recursive daphne tests
|
||||
|
||||
- stage: release
|
||||
script: skip
|
||||
|
|
Loading…
Reference in New Issue
Block a user