From 6be716c6e85d2b683958aad1c864812543c417e0 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 27 Sep 2013 10:22:13 +0800 Subject: [PATCH] Run pylint in cibuild. --- script/cibuild | 1 + 1 file changed, 1 insertion(+) diff --git a/script/cibuild b/script/cibuild index 8e42be6..eb3aca8 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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') -- 2.7.4