mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Fix isort in travis
This commit is contained in:
parent
460bdf64db
commit
02a299e5a7
|
@ -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