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