Trying to get coveralls and nose working.
Programming is hard
This commit is contained in:
parent
f74596c40b
commit
ea178df702
2 changed files with 1 additions and 4 deletions
|
|
@ -26,8 +26,8 @@ env:
|
||||||
- PROTECTED_TWITTER_2=TwythonSecure2
|
- PROTECTED_TWITTER_2=TwythonSecure2
|
||||||
- TEST_TWEET_ID=332992304010899457
|
- TEST_TWEET_ID=332992304010899457
|
||||||
- TEST_LIST_ID=574
|
- TEST_LIST_ID=574
|
||||||
script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase test_twython:TwythonStreamTestCase --logging-filter="twython" --cover-package="twython" --with-coverage
|
|
||||||
install: pip install -r requirements.txt
|
install: pip install -r requirements.txt
|
||||||
|
script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase test_twython:TwythonStreamTestCase --logging-filter="twython" --cover-erase --cover-package="twython" --with-coverage
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
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