From af66dd2d8cf65bdd0a84f1f3a271b2680ee79a11 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 30 Oct 2017 20:06:30 +0200 Subject: [PATCH] Update travis - add codecov --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61cf4db..ad8f1b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,14 @@ python: - '2.7' - '3.4' - '3.5' -install: python setup.py install -script: python test/__init__.py +install: + - python setup.py install + - pip install codecov +script: + - python test/__init__.py + - coverage run test/__init__.py +after_success: + - codecov notifications: hipchat: rooms: