Output count from flake8 explicitly
This commit is contained in:
parent
bdf592a544
commit
c7beb52b46
@ -57,4 +57,4 @@ before_script:
|
|||||||
- python setup.py build --debug $ASAN_ARG
|
- python setup.py build --debug $ASAN_ARG
|
||||||
script:
|
script:
|
||||||
- LD_PRELOAD=$ASANLIB python setup.py test
|
- LD_PRELOAD=$ASANLIB python setup.py test
|
||||||
- if [[ "$RUN_FLAKE" == "1" ]]; then flake8 .; fi
|
- if [[ "$RUN_FLAKE" == "1" ]]; then flake8 --count .; fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user