Skip to content

Commit

Permalink
travis: workaround for coverage 5.0 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Feb 8, 2020
1 parent e731780 commit 4223bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
script: pylint qrexec
- install:
- pip install --quiet codecov
- pip install --quiet 'coverage<5.0'
- docker build -t qrexec-test ci
env: DOCKER_RUN="docker run -v $TRAVIS_BUILD_DIR:$TRAVIS_BUILD_DIR -v /tmp/.X11-unix:/tmp/.X11-unix -w $TRAVIS_BUILD_DIR -e DISPLAY=$DISPLAY -- qrexec-test"
script: $DOCKER_RUN ./run-tests
Expand Down

0 comments on commit 4223bb9

Please sign in to comment.