Run pylint in cibuild.

This commit is contained in:
Cheng Zhao 2013-09-27 10:22:13 +08:00
parent 2b923b988c
commit 6be716c6e8

View file

@ -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')