Skip to content

Commit 7dff561

Browse files
committed
Remove TODO warnings from pylint output
1 parent 278657c commit 7dff561

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ install:
1313
- "pip install -r requirements.txt"
1414

1515
script:
16-
- pylint msgcheck
17-
- pylint tests
16+
- pylint --disable=W0511 msgcheck
17+
- pylint --disable=W0511 tests
1818
- nosetests

0 commit comments

Comments
 (0)