Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen J. Fuhry committed Mar 18, 2016
1 parent 770d598 commit 8056f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ before_install:

install:
- pip install -U .[reco]
- pip install -U coveralls
- pip install -r requirements.txt

script: py.test
script: coverage run --source celery_store -m py.test
after_success: coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Celery Store: Backend agnostic Periodic Task Store

[![Build Status](https://travis-ci.org/fuhrysteve/CeleryStore.svg?branch=master)](https://travis-ci.org/fuhrysteve/CeleryStore)
[![Coverage Status](https://coveralls.io/repos/github/fuhrysteve/CeleryStore/badge.svg?branch=master)](https://coveralls.io/github/fuhrysteve/CeleryStore?branch=master)


### The Problem
Expand Down

0 comments on commit 8056f16

Please sign in to comment.