From c7beb52b4682e5dc788a9cd4632e9bc07589e4f7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 10 Jan 2017 11:15:43 +0530 Subject: [PATCH] Output count from flake8 explicitly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1398c70d9..e9e19d691 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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