From eb8e86b62dd29d0a70021ef76dcb85fbc0982e50 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Fri, 16 May 2014 17:01:10 -0700 Subject: [PATCH] coverage --- .coveragerc | 2 +- .travis.yml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.coveragerc b/.coveragerc index f05bbe84..eaafa5af 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,5 +1,5 @@ [run] -source = simpeg +source = SimPEG omit = */python?.?/* */lib-python/?.?/*.py diff --git a/.travis.yml b/.travis.yml index 6defb3e2..5412cc18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ install: # Run test script: - - nosetests --with-cov --cov simpeg --cov-config .coveragerc + - nosetests --with-cov --cov SimPEG --cov-config .coveragerc # Calculate coverage after_success: @@ -30,6 +30,3 @@ after_success: notifications: - rowanc1@gmail.com - # - sgkang09@gmail.com - # - dwfmarchant@gmail.com - # - lindseyheagy@gmail.com