Mercurial > p > roundup > code
diff .travis.yml @ 6482:0fa6c31f3abe
Trying to fix test invocation split acros multiple lines.
Looks like no need to escape end of line. Just indent continuation
lines.
Fix bad -W flag, too many :'s.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 06 Sep 2021 13:34:45 -0400 |
| parents | 59b128beb016 |
| children | a268ddbee412 |
line wrap: on
line diff
--- a/.travis.yml Mon Sep 06 13:27:11 2021 -0400 +++ b/.travis.yml Mon Sep 06 13:34:45 2021 -0400 @@ -147,7 +147,7 @@ - export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH - py.test -W error - -W "ignore::SelectableGroups" + -W "ignore:SelectableGroups:DeprecationWarning" -W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15" -W "ignore:'U' mode::docutils.io" -v --maxfail=20 test/ --cov=roundup
