Add more statistics to flake8 output

This commit is contained in:
Frederik “Freso” S. Olesen
2017-04-28 14:02:16 +02:00
parent 82c990e030
commit 99e146333d

View File

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