Mercurial > p > roundup > code
diff .travis.yml @ 6494:51a6f0b1bfdd
Reset -W to default from error. Exit after 20 failures. Only
3.9 python
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 06 Sep 2021 16:51:19 -0400 |
| parents | 087cae2fbcea |
| children | 172b8b774d0d |
line wrap: on
line diff
--- a/.travis.yml Mon Sep 06 16:35:22 2021 -0400 +++ b/.travis.yml Mon Sep 06 16:51:19 2021 -0400 @@ -147,13 +147,13 @@ - PATH=$VIRTUAL_ENV/bin:$PATH - export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH - py.test - -W error + -W default -W "ignore:SelectableGroups:DeprecationWarning" -W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15" -W "ignore:'U' mode::docutils.io" -W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" -W "ignore:unclosed file:ResourceWarning:enum" - -v --maxfail=50 test/ --cov=roundup + -v --maxfail=20 test/ --cov=roundup after_success: - codecov
