Run pylint in cibuild.
This commit is contained in:
parent
2b923b988c
commit
6be716c6e8
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue