Skip to content

Commit

Permalink
travis: test-run with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mborho committed Jan 9, 2017
1 parent e0a5d24 commit 9cf1a43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -3,8 +3,9 @@ python:
- "3.5"
install:
- pip install -r requirements.txt
# command to run tests
- pip install coveralls
script:
- py.test -v --cov coveralls --cov-report term-missing
after_success: coveralls
- py.test -v tests --cov livebridge --cov-report term-missing
after_success:
- coveralls

0 comments on commit 9cf1a43

Please sign in to comment.