Mercurial > p > roundup > code
diff .travis.yml @ 7169:5cbe5f2a636b
Add --durations=20 for detecting perf changes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 Feb 2023 17:11:13 -0500 |
| parents | ddc007819528 |
| children | 914a2f872854 |
line wrap: on
line diff
--- a/.travis.yml Sat Feb 25 17:07:38 2023 -0500 +++ b/.travis.yml Sat Feb 25 17:11:13 2023 -0500 @@ -151,6 +151,7 @@ - export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH - if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then py.test -r a + --durations=20 -W default -W "ignore:SelectableGroups:DeprecationWarning" -W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
