File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
- TEST_TWEET_ID=332992304010899457
28
28
- TEST_LIST_ID=574
29
29
install : pip install -r requirements.txt
30
- script : nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase test_twython:TwythonStreamTestCase -- logging-filter="twython" --cover-erase --cover-package="twython" --with-coverage
30
+ script : coverage run --source=twython setup.py -q nosetests -v -- logging-filter="twython" --cover-package="twython" --with-coverage
31
31
notifications :
32
32
email : false
33
33
branches :
Original file line number Diff line number Diff line change 31
31
open ('HISTORY.rst' ).read (),
32
32
include_package_data = True ,
33
33
packages = packages ,
34
+ test_suite = 'nose.collector' ,
35
+ tests_require = ['nose' ],
36
+ extras_require = {'test' : ['nose' ]},
34
37
classifiers = [
35
38
'Development Status :: 4 - Beta' ,
36
39
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments