From ea500cc834b5cd4d51b0e48cc47c55b63ceb7c83 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Mon, 16 Jan 2017 16:26:07 +0300 Subject: [PATCH] Presumably better way to suppress SSL errors with coveralls in Travis. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1799af7..01882dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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