Mercurial > p > roundup > code
changeset 6497:fe328b70184c
Trying to fix a parse error in travis.py.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 06 Sep 2021 17:51:32 -0400 |
| parents | 13d9c0833b55 |
| children | d1c77fa82f6c |
| files | .travis.yml |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Mon Sep 06 17:43:59 2021 -0400 +++ b/.travis.yml Mon Sep 06 17:51:32 2021 -0400 @@ -154,8 +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 + - [[ $TRAVIS_PYTHON_VERSION == "2."* ]] && py.test -v --maxfail=20 test/ --cov=roundup after_success: - codecov
