Skip to content

Commit 5ddca52

Browse files
committed
Ignore pylint error R0205 (object inheritance)
1 parent 84a8aa1 commit 5ddca52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ install:
2626
- pip install -Ur requirements.txt
2727

2828
script:
29-
- pylint --disable=W0511 msgcheck
30-
- pylint --disable=W0511 tests
29+
- pylint --disable=W0511,R0205 msgcheck
30+
- pylint --disable=W0511,R0205 tests
3131
- nosetests

0 commit comments

Comments
 (0)