Browse Source

setup coveralls coverage reporting

master
Brett Langdon 12 years ago
parent
commit
5550a19a8d
2 changed files with 4 additions and 2 deletions
  1. +3
    -2
      .travis.yml
  2. +1
    -0
      README.md

+ 3
- 2
.travis.yml View File

@ -2,5 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
install: "pip install -r test-requirements.txt pytest"
script: "py.test"
install: "pip install -r test-requirements.txt pytest pytest-cov coveralls"
script: "py.test --cov riakcached --cov-report term-missing riakcached/tests"
after_script: "coveralls"

+ 1
- 0
README.md View File

@ -2,6 +2,7 @@ Riakcached
==========
[![Build Status](https://travis-ci.org/brettlangdon/riakcached.png?branch=master)](https://travis-ci.org/brettlangdon/riakcached)
[![Coverage Status](https://coveralls.io/repos/brettlangdon/riakcached/badge.png?branch=master)](https://coveralls.io/r/brettlangdon/riakcached?branch=master)
A Memcached like interface to the Riak HTTP Client.


Loading…
Cancel
Save