From 693b8163b25811994f6ccb42bebe12947ac8f1b8 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Tue, 11 Jun 2013 18:57:10 -0400 Subject: [PATCH] Attempting to omit advisory.py from coverage --- .coveragerc | 2 ++ .travis.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .coveragerc diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..c8dc94f --- /dev/null +++ b/.coveragerc @@ -0,0 +1,2 @@ +[run] +omit = twython/advisory.py diff --git a/.travis.yml b/.travis.yml index a428cc6..89a3583 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ env: - TEST_TWEET_ID=332992304010899457 - TEST_LIST_ID=574 install: pip install -r requirements.txt -script: nosetests -v -w tests/ --logging-filter="twython" --with-cov --cov twython --cov-report term-missing +script: nosetests -v -w tests/ --logging-filter="twython" --with-cov --cov twython --cov-config .coveragerc --cov-report term-missing notifications: email: false branches: