From c0ae202670c716ac2dbe6f7d11ce4bc6ad677196 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 30 Dec 2014 00:25:33 +0100 Subject: [PATCH] tests: Update tox flake8 settings Run with show source so we can see the context in travis errors. Add stats for number of errors. And limit ourselves to mopidy and tests as I happen to have a tmp folder with non-conforming proof of concept code that I don't want this to check. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b80996e5..57be519a 100644 --- a/tox.ini +++ b/tox.ini @@ -30,4 +30,4 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html deps = flake8 flake8-import-order -commands = flake8 +commands = flake8 --show-source --statistics mopidy tests