Mercurial > p > roundup > code
diff .travis.yml @ 6498:d1c77fa82f6c
parse isues.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 06 Sep 2021 17:54:39 -0400 |
| parents | fe328b70184c |
| children | 989e175ebc49 |
line wrap: on
line diff
--- a/.travis.yml Mon Sep 06 17:51:32 2021 -0400 +++ b/.travis.yml Mon Sep 06 17:54:39 2021 -0400 @@ -154,7 +154,7 @@ -W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" -W "ignore:unclosed file:ResourceWarning:enum" -v --maxfail=20 test/ --cov=roundup - - [[ $TRAVIS_PYTHON_VERSION == "2."* ]] && py.test -v --maxfail=20 test/ --cov=roundup + - py.test -v --maxfail=20 test/ --cov=roundup after_success: - codecov
