Presumably better way to suppress SSL errors with coveralls in Travis.

This commit is contained in:
Alexey Kopytov
2017-01-16 16:26:07 +03:00
parent 345b60bc7e
commit ea500cc834

View File

@ -54,7 +54,7 @@ before_install:
esac
install:
- pip install --user cram cpp-coveralls
- pip install --user cram urllib3[secure] cpp-coveralls
- >
case "${TRAVIS_OS_NAME:-linux}" in
osx)
@ -74,7 +74,7 @@ script:
- SBTEST_MYSQL_ARGS="--mysql-user=root" SBTEST_PGSQL_ARGS="--pgsql-user=postgres" make test
after_success:
- PYTHONWARNINGS=ignore coveralls --gcov-options '\-lp'
- coveralls --gcov-options '\-lp'
# Local variables:
# mode: yaml