X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/a28e779f3a0b0c86e57f844e3af39c595fae532e..32b8e1c07aaa9b33e7f468701ef9ab461bf3f105:/.travis.yml 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