try to fix CI linting

This commit is contained in:
Zeke Sikelianos
2016-03-30 14:12:59 -07:00
committed by Kevin Sawicki
parent 47a61e9f27
commit afbc914f8b

View File

@@ -62,8 +62,8 @@ def main():
args += ['--dev']
run_script('bootstrap.py', args)
run_script('cpplint.py')
run_script('eslint.py')
execute([npm, 'run', 'lint'])
if PLATFORM != 'win32':
run_script('pylint.py')
if is_release: