Output count from flake8 explicitly

This commit is contained in:
Kovid Goyal 2017-01-10 11:15:43 +05:30
parent bdf592a544
commit c7beb52b46

View File

@ -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