Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Posting coverage to coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
campos-ddc committed Feb 8, 2016
1 parent 7c180ac commit f5a751e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ install:
- "pip install -e $TEST_TARGET"
- "pip install -v mock==1.0.1"
- "pip install -v pyflakes"
- "pip install -v coveralls"

script: if [ "$TEST_TARGET" = "master" ]; then trial buildbot ; else trial buildslave ; fi
script: if [ "$TEST_TARGET" = "master" ]; then coverage run `which trial` buildbot ; else coverage run `which trial` buildslave ; fi

after_success:
- coveralls

0 comments on commit f5a751e

Please sign in to comment.