WIP: 3.0.0 #210

Merged
michaelhelmick merged 43 commits from 3.0.0 into master 2013-06-17 10:51:49 -07:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 693b8163b2 - Show all commits

2
.coveragerc Normal file
View file

@ -0,0 +1,2 @@
[run]
omit = twython/advisory.py

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: