Skip to content

Commit

Permalink
Disable kcov in travis (it's not allowed in new kernel)
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Jan 10, 2018
1 parent e6d2bca commit 9b235ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- FUNC_TEST=y
- AIOHTTP_NO_EXTENSIONS=1
install:
- source .travis/coverage.sh && build_kcov
# - source .travis/coverage.sh && build_kcov
- curl https://bootstrap.pypa.io/get-pip.py -o - | python3.6 - --user
- pip3 install -r tests/requirements.txt --user
script:
Expand All @@ -57,7 +57,8 @@ jobs:
pytest --swindon-bin=$(pwd)/target/debug/swindon \
--swindon-config=$(pwd)/tests/config.yaml.tpl \
--swindon-replication-config=$(pwd)/tests/config-w-replication.yaml.tpl \
-rsxX --kcov=$HOME/.local/bin/kcov $TEST_ARGS
-rsxX $TEST_ARGS
# --kcov=$HOME/.local/bin/kcov
- bash <(curl -s https://codecov.io/bash)

- env:
Expand Down

0 comments on commit 9b235ed

Please sign in to comment.