Skip to content

Commit

Permalink
added coveralls settings
Browse files Browse the repository at this point in the history
  • Loading branch information
benranderson committed Aug 17, 2017
1 parent 9fbf3f9 commit 02aaaf5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
python:
- "3.6"
- 3.6
install:
- "pip install -r requirements.txt"
- pip install -r requirements.txt
script:
- "pip install -r requirements/dev.txt"
- "py.test tests"
- pip install -r requirements/dev.txt
- pip install coveralls
- py.test --cov=app tests
after_success:
- coveralls
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Web application for creating bespoke running training plans based on your race d
Hosted at <https://training-plan-br.herokuapp.com>.

[![Build Status][travis-image]][travis-url]
[![Build Status][coveralls-image]][coveralls-url]

## Development setup (UNIX)

Expand Down Expand Up @@ -58,4 +59,6 @@ Ben Randerson – ben.m.randerson@gmail.com

<!-- Markdown link & img dfn's -->
[travis-image]: https://www.travis-ci.org/benranderson/training-plan.svg?branch=master
[travis-url]: https://www.travis-ci.org/benranderson/training-plan
[travis-url]: https://www.travis-ci.org/benranderson/training-plan
[coveralls-image]: https://www.travis-ci.org/benranderson/training-plan.svg?branch=master
[coveralls-url]: https://www.travis-ci.org/benranderson/training-plan

0 comments on commit 02aaaf5

Please sign in to comment.