Attempting to omit advisory.py from coverage

This commit is contained in:
Mike Helmick 2013-06-11 18:57:10 -04:00
parent 478c139af2
commit 693b8163b2
2 changed files with 3 additions and 1 deletions

View file

@ -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: