Update requirements

nose-cov==1.6

really hope this works >__>
This commit is contained in:
Mike Helmick 2013-06-11 13:24:11 -04:00
parent 8c41a3e9da
commit b9b7199cc6
3 changed files with 2 additions and 4 deletions

View file

@ -27,7 +27,7 @@ env:
- TEST_TWEET_ID=332992304010899457
- TEST_LIST_ID=574
install: pip install -r requirements.txt
script: coverage run --source=twython setup.py -q nosetests -v --logging-filter="twython" --cover-package="twython" --with-coverage
script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase test_twython:TwythonStreamTestCase --logging-filter="twython" --with-cov --cov twython --cov-report term-missing
notifications:
email: false
branches: