win: Disable pylint in cibuildbuild.
This commit is contained in:
parent
6833865ff3
commit
e897377879
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ def main():
|
|||
|
||||
run_script('bootstrap.py')
|
||||
run_script('cpplint.py')
|
||||
run_script('pylint.py')
|
||||
if sys.platform != 'win32':
|
||||
run_script('pylint.py')
|
||||
run_script('coffeelint.py')
|
||||
run_script('build.py')
|
||||
run_script('test.py', ['--ci'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue