From 99e146333d518309d3804e6cd9b2b607e462dff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20=E2=80=9CFreso=E2=80=9D=20S=2E=20Olesen?= Date: Fri, 28 Apr 2017 14:02:16 +0200 Subject: [PATCH] Add more statistics to flake8 output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30eed2c..7827866 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,4 @@ install: script: - if [ ! "$FLAKE8" = true ]; then python -m unittest discover; fi - - if [ "$FLAKE8" = true ]; then flake8; fi + - if [ "$FLAKE8" = true ]; then flake8 --benchmark --statistics; fi