Skip to content

Commit

Permalink
Add coverage and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetse committed Apr 1, 2017
1 parent e0cbeee commit 49cfc5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ env:
- PYTHONPATH=.
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install pytest-cov
script:
- pep8 .
- pytest
- pytest --cov=t
after_success:
coveralls
deploy:
provider: heroku
app: t-service
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Build Status](https://travis-ci.org/vincetse/t-service.svg?branch=master)](https://travis-ci.org/vincetse/t-service)
[![Code Climate](https://codeclimate.com/github/vincetse/t-service/badges/gpa.svg)](https://codeclimate.com/github/vincetse/t-service)
[![Coverage Status](https://coveralls.io/repos/github/vincetse/t-service/badge.svg?branch=master)](https://coveralls.io/github/vincetse/t-service?branch=master)

# T-Service

Expand Down

0 comments on commit 49cfc5e

Please sign in to comment.