mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-04 00:46:17 +00:00
Output count from flake8 explicitly
This commit is contained in:
parent
bdf592a544
commit
c7beb52b46
1 changed files with 1 additions and 1 deletions
|
|
@ -57,4 +57,4 @@ before_script:
|
|||
- python setup.py build --debug $ASAN_ARG
|
||||
script:
|
||||
- LD_PRELOAD=$ASANLIB python setup.py test
|
||||
- if [[ "$RUN_FLAKE" == "1" ]]; then flake8 .; fi
|
||||
- if [[ "$RUN_FLAKE" == "1" ]]; then flake8 --count .; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue