X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/fb036612fc8aeb2057bc077349a54c9b647ae1d9..847794a5402c9a7f2ffd6f780a73bb92ae804898:/.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