We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278657c commit 7dff561Copy full SHA for 7dff561
1 file changed
.travis.yml
@@ -13,6 +13,6 @@ install:
13
- "pip install -r requirements.txt"
14
15
script:
16
- - pylint msgcheck
17
- - pylint tests
+ - pylint --disable=W0511 msgcheck
+ - pylint --disable=W0511 tests
18
- nosetests
0 commit comments