Skip to content

Commit

Permalink
Merge pull request #1 from better/coveralls
Browse files Browse the repository at this point in the history
enable coveralls w travis
  • Loading branch information
erikbern committed Dec 22, 2017
2 parents 4ebd316 + 1ec0854 commit 7876483
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ python:
- "2.7"
- "3.5"
- "3.6"
install: "pip install pytest -r requirements.txt"
script: pytest
before_install:
- pip install pytest pytest-cov
- pip install coveralls
install:
- pip install pytest -r requirements.txt
script:
- py.test
after_success:
- coveralls
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Travis status](https://img.shields.io/travis/better/convoys/master.svg?style=flat)](https://travis-ci.org/better/convoys)

[![Coverage Status](https://img.shields.io/coveralls/better/convoys/master.svg?style=flat)](https://coveralls.io/github/better/convoys?branch=master)

TODO: more info coming later

0 comments on commit 7876483

Please sign in to comment.