Only lint mopidy and tests dir

This commit is contained in:
Thomas Adamcik 2015-03-01 22:29:22 +01:00
parent 1de032be07
commit ffeb78c2cb

View File

@ -28,7 +28,7 @@ def test(path=None, coverage=False, watch=False, warn=False):
def lint(watch=False, warn=False):
if watch:
return watcher(lint)
run('flake8', warn=warn)
run('flake8 mopidy tests', warn=warn)
@task