projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bec39bf
)
Disabled "too many branches" in pylint
author
Aleksey Maksimov
<ctpeko3a@gmail.com>
Sat, 24 May 2014 15:20:04 +0000
(23:20 +0800)
committer
Aleksey Maksimov
<ctpeko3a@gmail.com>
Sat, 24 May 2014 15:20:04 +0000
(23:20 +0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 64f8ef610a2085aff415266e1e09cbea52fd0a72..cbcc61d7a4e0098ed7ea6fdd1860eb4cc6cdef1a 100644
(file)
--- 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"