Skip to content

Commit

Permalink
Try to fix httprequest for coveralls (#2)
Browse files Browse the repository at this point in the history
* Try to fix httprequest for coveralls

* Add sudo for downgrading requests

* Replace with installing httplib2

* Sudo to install httplib2

* Try installing requests[security] instead
  • Loading branch information
JamesYang007 committed Apr 13, 2020
1 parent 1f85130 commit cc983d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -31,13 +31,15 @@ jobs:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-7', 'cmake', 'ninja-build']
before_install:
- sudo -H pip install --upgrade requests[security]
- pip install --user cpp-coveralls
after_success:
- >
coveralls
--root ../../
--build-root ./
--include autoppl/include
--exclude lib
--gcov 'gcov-7'
--gcov-options '\-lp'
env:
Expand Down

0 comments on commit cc983d4

Please sign in to comment.