We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5b5ad commit f791e98Copy full SHA for f791e98
.travis.yml
@@ -147,13 +147,13 @@ script:
147
- PATH=$VIRTUAL_ENV/bin:$PATH
148
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
149
- py.test
150
- -W error
+ -W default
151
-W "ignore:SelectableGroups:DeprecationWarning"
152
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
153
-W "ignore:'U' mode::docutils.io"
154
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo"
155
-W "ignore:unclosed file:ResourceWarning:enum"
156
- -v --maxfail=50 test/ --cov=roundup
+ -v --maxfail=20 test/ --cov=roundup
157
158
after_success:
159
- codecov
0 commit comments