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.
This commit is contained in:
Thomas Adamcik 2014-12-30 00:25:33 +01:00
parent ab49d75a45
commit c0ae202670

View File

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