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: