From: Aleksey Maksimov Date: Sat, 24 May 2014 15:20:04 +0000 (+0800) Subject: Disabled "too many branches" in pylint X-Git-Tag: v0.2.23~16^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa48aeb3d7e8fa227039ccd328059d18780c8ab6;p=tools%2Fpython-jenkinsapi.git Disabled "too many branches" in pylint --- diff --git a/.travis.yml b/.travis.yml index 64f8ef6..cbcc61d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ install: # command to run tests, e.g. python setup.py test script: - pep8 --ignore=E501 jenkinsapi/*.py - - pylint --rcfile=pylintrc jenkinsapi/*.py + - pylint --rcfile=pylintrc jenkinsapi/*.py --disable R0912 - nosetests jenkinsapi_tests # - "nosetests jenkinsapi_tests/systests"