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…
Reference in a new issue