Only lint the daphne and tests directories

This commit is contained in:
Andrew Godwin 2018-08-27 12:31:54 +10:00 committed by László Károlyi
parent 44fdca2d13
commit c3caef6cd2
No known key found for this signature in database
GPG Key ID: 2DCAF25E55735BFE

View File

@ -36,8 +36,8 @@ jobs:
- stage: lint
install: pip install -U -e .[tests] black pyflakes isort
script:
- pyflakes .
- black --check .
- pyflakes daphne tests
- black --check daphne tests
- isort --check-only --diff --recursive channels_redis tests
- stage: release