From 8edfe9c029fcca08b8cc4405e8b3b86325249c38 Mon Sep 17 00:00:00 2001 From: baztian Date: Thu, 5 Mar 2015 08:18:23 +0100 Subject: [PATCH] Report coverage on https://coveralls.io/r/baztian/jaydebeapi using https://github.com/coagulant/coveralls-python --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d8e0e5..1104ab3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,10 @@ install: - source $HOME/myvirtualenv/bin/activate - pip install -e . - pip install -r test-requirements.txt + - pip install coveralls script: - - python test/testsuite.py $TESTNAME + - coverage run --source jaydebeapi test/testsuite.py $TESTNAME + +after_success: + coveralls