From 6949cc71e4f5c5163f6a33f76bb734b4e5ff6b45 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 17 May 2015 00:04:46 +0200 Subject: [PATCH] enable coverall.io --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ccc65f..2caa2ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,9 @@ python: install: - pip install -e . --use-mirrors - pip install passlib + - pip install coveralls # command to run tests -script: "./run_test.sh" +script: + - coverage run --source=ldapcherry setup.py test +after_success: + - coveralls