From b83421a27a9419af42d710f6951084f777b192ca Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Tue, 3 Mar 2015 12:27:59 -0800 Subject: [PATCH] update the coverage to cover simpegMT --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0900ff64..b02a7708 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: # Run test script: - - nosetests --with-cov --cov SimPEG --cov-config .coveragerc -v -s + - nosetests --with-cov --cov simpegMT --cov-config .coveragerc -v -s # Calculate coverage after_success: