Fix isort in travis

This commit is contained in:
Andrew Godwin 2018-08-27 12:40:51 +10:00
parent 460bdf64db
commit 02a299e5a7

View File

@ -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