Skip to content

Commit

Permalink
fixup! fixup! Travis: test against coveragepy 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed May 4, 2018
1 parent 4334ce8 commit b46b799
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ before_script:
- sudo dpkg -i ./vroom_0.12.0-1_all.deb
- git clone -b ${MAKTABA_VERSION} https://github.com/google/vim-maktaba.git ../maktaba/
script:
- coverage --version
- if [ -z "$COVERAGEPY" ]; then
python-coverage --version;
else
coverage --version;
fi
- '[ $CI_TARGET = neovim ] && VROOM_ARGS="--neovim" || VROOM_ARGS=""'
- vroom $VROOM_ARGS --crawl ./vroom/
matrix:
Expand Down

0 comments on commit b46b799

Please sign in to comment.