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:

View file

@ -3,3 +3,4 @@ requests==1.2.2
requests_oauthlib==0.3.2
sphinxjp.themes.basicstrap==0.2.0
python-coveralls==2.1.0
nose-cov==1.6

View file

@ -31,9 +31,6 @@ setup(
open('HISTORY.rst').read(),
include_package_data=True,
packages=packages,
test_suite='nose.collector',
tests_require=['nose'],
extras_require={'test': ['nose']},
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',