Skip to content

Commit b3e8e23

Browse files
committed
Updated .travis.yml to use Coveralls (snowplow#64)
1 parent 8cba0c1 commit b3e8e23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88
- "pip install httmock"
99
- "pip install freezegun"
1010
- "pip install nose"
11+
- "pip install coverage"
1112
- "pip install -r requirements.txt"
1213
# command to run tests
13-
script: nosetests --exe
14+
script: nosetests --with-coverage --cover-package=snowplow_tracker

0 commit comments

Comments
 (0)