From aa48aeb3d7e8fa227039ccd328059d18780c8ab6 Mon Sep 17 00:00:00 2001 From: Aleksey Maksimov Date: Sat, 24 May 2014 23:20:04 +0800 Subject: [PATCH] Disabled "too many branches" in pylint --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1