Update requirements
nose-cov==1.6 really hope this works >__>
This commit is contained in:
parent
8c41a3e9da
commit
b9b7199cc6
3 changed files with 2 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ env:
|
||||||
- TEST_TWEET_ID=332992304010899457
|
- TEST_TWEET_ID=332992304010899457
|
||||||
- TEST_LIST_ID=574
|
- TEST_LIST_ID=574
|
||||||
install: pip install -r requirements.txt
|
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:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@ requests==1.2.2
|
||||||
requests_oauthlib==0.3.2
|
requests_oauthlib==0.3.2
|
||||||
sphinxjp.themes.basicstrap==0.2.0
|
sphinxjp.themes.basicstrap==0.2.0
|
||||||
python-coveralls==2.1.0
|
python-coveralls==2.1.0
|
||||||
|
nose-cov==1.6
|
||||||
|
|
|
||||||
3
setup.py
3
setup.py
|
|
@ -31,9 +31,6 @@ setup(
|
||||||
open('HISTORY.rst').read(),
|
open('HISTORY.rst').read(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
packages=packages,
|
packages=packages,
|
||||||
test_suite='nose.collector',
|
|
||||||
tests_require=['nose'],
|
|
||||||
extras_require={'test': ['nose']},
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue