From f8b35c9a4c6662a18892f38c33eaa58216b35189 Mon Sep 17 00:00:00 2001 From: HelloZeroNet Date: Sun, 20 Sep 2015 12:49:44 +0200 Subject: [PATCH] Add codecov --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f19ccd0..3270e2e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,8 @@ python: - "2.7" install: - pip install -r requirements.txt -script: python -m pytest src/Test \ No newline at end of file +script: python -m pytest src/Test +before_install: + - pip install codecov +after_success: + - codecov \ No newline at end of file