From: Cheng Zhao Date: Mon, 3 Mar 2014 11:31:45 +0000 (+0000) Subject: win: Disable pylint in cibuildbuild. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e89737787918375fbeda350879086a2096106ff4;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git win: Disable pylint in cibuildbuild. --- diff --git a/script/cibuild b/script/cibuild index dd2dfc5e9..5625caa09 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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'])