mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Output count from flake8 explicitly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user