Show More
@@ -1,4 +1,6 b'' | |||
|
1 | 1 | language: python |
|
2 | 2 | python: |
|
3 | 3 | - 2.7 |
|
4 | before_script: | |
|
5 | - sudo apt-get install pandoc | |
|
4 | 6 | script: nosetests |
@@ -38,7 +38,7 b' load-plugins=' | |||
|
38 | 38 | # Enable all checker(s) except those with the given id(s). This option conflict |
|
39 | 39 | # with the disable-checker option |
|
40 | 40 | disable-checker=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,C0111,C0103,C0301 |
|
41 | disable=R0201,C0111,C0103,C0301 | |
|
41 | disable=R0201,C0111,C0103,C0301,R0904 | |
|
42 | 42 | |
|
43 | 43 | # Enable all messages in the listed categories. |
|
44 | 44 | #enable-msg-cat= |
General Comments 0
You need to be logged in to leave comments.
Login now