Skip to content

Commit 8e60667

Browse files
sfc-gh-sgieseckebluca
authored andcommitted
Problem: cpp-coveralls can no longer be installed using Python2 pip.
Solution: Use pip3 instead of pip to install coveralls.
1 parent 17ac458 commit 8e60667

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ matrix:
2525

2626
# Coverage, GCC 7, draft enabled, latest libzmq (default)
2727
- os: linux
28+
python: 3.6
2829
before_install:
29-
- pip install --user cpp-coveralls
30+
- pip3 install --user cpp-coveralls
3031
addons:
3132
apt:
3233
sources:
3334
- ubuntu-toolchain-r-test
3435
packages:
3536
- g++-7
37+
- python3-pip
3638
env:
3739
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" ENABLE_DRAFTS=ON COVERAGE=ON
3840
after_success:

0 commit comments

Comments
 (0)