diff --git a/.travis.yml b/.travis.yml index b91d2c0..1dfeab3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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