From 430bebc12481c1ad44592f03ad7d8acbed370eab Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 27 Nov 2017 00:47:00 +0100 Subject: [PATCH] add codecov --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72b1587..b5af37e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,9 @@ python: - "3.6" - "2.7" -install: pip install . -script: python setup.py pytest +install: + - pip install . + - pip install codecov +script: + - python setup.py pytest + - codecov