Skip to content

Commit

Permalink
coveralls support added
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoepp committed Feb 23, 2014
1 parent 4a9346e commit b2d0619
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ python:
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install httpretty --use-mirrors"
- "pip install coveralls"
script:
- nosetests -v
branches:
- coverage run --source=TwitterSearch setup.py test
branches:1
only:
- master
- devel
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def requirements():
install_requires=requirements(),
zip_safe=False,
test_suite='nose.collector',
tests_require=['nose', 'nose-cover3', 'httpretty=0.6.3']
tests_require=['nose>=1.0.0', 'httpretty>=0.6.3']
)

0 comments on commit b2d0619

Please sign in to comment.