Only lint the daphne and tests directories

This commit is contained in:
Andrew Godwin 2018-08-27 12:31:54 +10:00
parent 0ed6294406
commit 460bdf64db

View File

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