From 00f84e328f00ed52d883c5ae0da626e20de733de Mon Sep 17 00:00:00 2001 From: Olle Lundberg Date: Tue, 21 Jan 2014 18:50:20 +0100 Subject: Add coveralls. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88b69936..c9802a80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ python: install: # Self-install for setup.py-driven deps - pip install -e . -script: python test.py --verbose + - pip install coveralls +script: coverage run --source=paramiko test.py --verbose notifications: irc: channels: "irc.freenode.org#paramiko" @@ -15,3 +16,5 @@ notifications: on_failure: change use_notice: true email: false +after_success: + - coveralls -- cgit v1.2.3