Disabled "too many branches" in pylint
authorAleksey Maksimov <ctpeko3a@gmail.com>
Sat, 24 May 2014 15:20:04 +0000 (23:20 +0800)
committerAleksey Maksimov <ctpeko3a@gmail.com>
Sat, 24 May 2014 15:20:04 +0000 (23:20 +0800)
.travis.yml

index 64f8ef610a2085aff415266e1e09cbea52fd0a72..cbcc61d7a4e0098ed7ea6fdd1860eb4cc6cdef1a 100644 (file)
@@ -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"