Mercurial > p > roundup > code
diff .travis.yml @ 6481:59b128beb016
Trying to fix test invocation split acros multiple lines.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 06 Sep 2021 13:27:11 -0400 |
| parents | 0f0cee081990 |
| children | 0fa6c31f3abe |
line wrap: on
line diff
--- a/.travis.yml Mon Sep 06 13:18:53 2021 -0400 +++ b/.travis.yml Mon Sep 06 13:27:11 2021 -0400 @@ -145,13 +145,12 @@ script: - PATH=$VIRTUAL_ENV/bin:$PATH - export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH - - py.test \ - -W error \ - -W "ignore::SelectableGroups" \ - -W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15" \ - -W "ignore:'U' mode::docutils.io" \ + - py.test + -W error + -W "ignore::SelectableGroups" + -W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15" + -W "ignore:'U' mode::docutils.io" -v --maxfail=20 test/ --cov=roundup - after_success: - codecov
