From be26433f33310967f6859d01f9deeadbdec3b4b5 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Thu, 4 Apr 2013 22:35:01 -0400 Subject: Include coverage module during CI tests Signed-off-by: Adam Stokes --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ec6f01b..243ce2a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ env: - DEPS=false - DEPS=true install: + - "pip install nose nose-cov --use-mirrors" - "make gpgkey" - "DESTDIR=. make install" script: diff --git a/README.md b/README.md index d4205e7d..dfbe0476 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/battlemidget/sosreport.png?branch=develop)](https://travis-ci.org/battlemidget/sosreport) +[![Build Status](https://travis-ci.org/battlemidget/sosreport.png?branch=master)](https://travis-ci.org/battlemidget/sosreport) This set of tools is designed to provide information to support organizations in an extensible manner, allowing third parties, package maintainers, and -- cgit