File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ install:
88 - " pip install httmock"
99 - " pip install freezegun"
1010 - " pip install nose"
11- - " pip install coverage "
11+ - " pip install coveralls "
1212 - " pip install -r requirements.txt"
1313# command to run tests
14- script : nosetests --with-coverage --cover-package=snowplow_tracker
14+ script :
15+ nosetests --with-coverage --cover-package=snowplow_tracker
16+ after_success :
17+ coveralls
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Python Analytics for Snowplow
66 :target: https://travis-ci.org/snowplow/snowplow-python-tracker
77.. image :: https://badge.fury.io/py/snowplow-tracker.png
88 :target: http://badge.fury.io/py/snowplow-tracker
9+ .. image :: https://coveralls.io/repos/snowplow/snowplow-python-tracker/badge.png
10+ :target: https://coveralls.io/r/snowplow/snowplow-python-tracker
11+
912
1013Overview
1114########
You can’t perform that action at this time.
0 commit comments