From 64c1575c5c3ce4ed450bcc3a78d8d3de4ef3382c Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 16 Jun 2015 01:48:32 +0200 Subject: testing codecov --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 85a9df89..4a3bd901 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,3 +43,8 @@ notifications: matrix: allow_failures: - os: osx + +before_install: + pip install codecov +after_success: + codecov -- cgit v1.2.3