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 f8cee31 commit d26b4b3Copy full SHA for d26b4b3
.travis.yml
@@ -147,7 +147,7 @@ script:
147
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
148
- py.test
149
-W error
150
- -W "ignore::SelectableGroups"
+ -W "ignore:SelectableGroups:DeprecationWarning"
151
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
152
-W "ignore:'U' mode::docutils.io"
153
-v --maxfail=20 test/ --cov=roundup
0 commit comments