Skip to content

Commit fc12809

Browse files
blueyedcarltongibson
authored andcommitted
CI: Run lint step with diff after testing (#1291)
1 parent 9b1e084 commit fc12809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ script:
2020
- pytest
2121

2222
stages:
23-
- lint
2423
- test
24+
- lint
2525
- name: release
2626
if: tag IS present
2727

@@ -36,7 +36,7 @@ jobs:
3636
install: pip install -U -e .[tests] black pyflakes isort
3737
script:
3838
- pyflakes channels tests
39-
- black --check channels tests
39+
- black --check --diff channels tests
4040
- isort --check-only --diff --recursive channels tests
4141

4242
- stage: release

0 commit comments

Comments
 (0)