win: Disable pylint in cibuildbuild.

This commit is contained in:
Cheng Zhao 2014-03-03 11:31:45 +00:00
parent 6833865ff3
commit e897377879

View file

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