From: Tomas Babej Date: Sat, 10 Jan 2015 18:16:39 +0000 (+0100) Subject: Travis: Add coveralls X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/b2a271c051fedf8a9d2b254d2c1a242a2f32750f Travis: Add coveralls --- diff --git a/.travis.yml b/.travis.yml index 519886b..6a1936e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ python: - "3.4" install: - pip install -e . + - pip install coveralls - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -qq - sudo apt-get install -qq build-essential cmake uuid-dev g++-4.8 @@ -29,4 +30,6 @@ install: before_script: - cd $TRAVIS_BUILD_DIR script: - - python setup.py test + - coverage run --source=tasklib setup.py test +after_success: + - coveralls