Skip to content

Commit

Permalink
🌳: Run the lint first.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Jul 8, 2020
1 parent d93c4d2 commit c272b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ script:
- pytest

stages:
- test
- lint
- test
- name: release
if: tag IS present

Expand All @@ -32,7 +32,7 @@ jobs:
env: DJANGO="Django==2.2.*"

- stage: lint
install: pip install -U -e .[tests] black pyflakes isort<5
install: pip install -U -e .[tests] black pyflakes 'isort<5'
script:
- pyflakes channels tests
- black --check --diff channels tests
Expand Down

0 comments on commit c272b2b

Please sign in to comment.