Mercurial > p > roundup > code
diff .travis.yml @ 5918:10fb641f5152
issue2551025: try handling operational error exception in close #2
Looks like stdout reports:
(2006, '')
so try it. Also only run mysql tests w/o codecov tests to cut down on
cycle time.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 13 Oct 2019 13:37:29 -0400 |
| parents | 3a6114d377f4 |
| children | d789c28db503 |
line wrap: on
line diff
--- a/.travis.yml Sun Oct 13 13:16:17 2019 -0400 +++ b/.travis.yml Sun Oct 13 13:37:29 2019 -0400 @@ -84,7 +84,7 @@ - cd $TRAVIS_BUILD_DIR install: - #test# - pip install mysqlclient==1.3.13 +#test# - pip install mysqlclient==1.3.13 - pip install mysqlclient - pip install psycopg2 - pip install gpg pytz whoosh pyjwt @@ -108,7 +108,9 @@ script: - PATH=$VIRTUAL_ENV/bin:$PATH - export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH - - py.test -v test/ --cov=roundup + - py.test -v test/test_mysql.py +#test# - py.test -v test/ --cov=roundup + -after_success: - - codecov +#test#after_success: +#test# - codecov
