Browse Source

Run pylint in cibuild.

Cheng Zhao 11 years ago
parent
commit
6be716c6e8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      script/cibuild

+ 1 - 0
script/cibuild

@@ -11,6 +11,7 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
 def main():
   run_script('bootstrap.py')
   run_script('cpplint.py')
+  run_script('pylint.py')
   run_script('build.py')
   run_script('test.py', ['--ci'])
   run_script('create-dist.py')