From 0a6ca78bc8ab60bd032421a03b62c16ca7509c4a Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Fri, 23 Jun 2017 10:21:49 +0200 Subject: [PATCH] travis: run eslint --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index 74291b2..7e412ce 100644 --- a/tasks.py +++ b/tasks.py @@ -50,6 +50,7 @@ def test(ctx): """Run lint commands and tests.""" ctx.run('pip install -r {0} --ignore-installed'.format(REQUIREMENTS), echo=True) + _run_npm_command(ctx, 'run lint') os.chdir(COOKIE) _run_flask_command(ctx, 'lint') _run_flask_command(ctx, 'test')