travis: run eslint

master
Will Roberts 7 years ago
parent 35e72ea9f7
commit 0a6ca78bc8
  1. 1
      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')

Loading…
Cancel
Save