From 8d8d3f1418eefe5e0ec179ddd768bb96866ecc8b Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Fri, 13 Oct 2017 01:52:18 +0000 Subject: Enable codecov --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6aa1c82..ba47d05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,9 @@ before_script: - pip install -U mock nose pytest # Only used in production for python3.4- but required for tests - pip install cryptography + # Enable sending Coverage data + - pip install codecov script: - python setup.py validate +after_success: + - codecov -- cgit v1.2.3