Skip to content

Commit

Permalink
Merge pull request #11 from uber/bryce_coverage
Browse files Browse the repository at this point in the history
add coveralls
  • Loading branch information
blampe committed Sep 11, 2015
2 parents 3caa561 + c4a530e commit cbe4417
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -4,7 +4,8 @@ python:
- "2.7"
- "3.3"
- "3.4"
install:
install:
- "pip install -r requirements.txt -r requirements-test.txt"
- "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install -r requirements-py2.txt --use-mirrors; fi"
script: "nosetests"
script: "nosetests --with-coverage --cover-package=mutornadomon"
after_success: coveralls
1 change: 1 addition & 0 deletions README.md
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/uber/mutornadomon.png)](https://travis-ci.org/uber/mutornadomon)
[![Coverage Status](https://coveralls.io/repos/uber/mutornadomon/badge.svg?branch=master&service=github)](https://coveralls.io/github/uber/mutornadomon?branch=master)

**µtornadomon** is a library designed to be used with Tornado web applications. It adds an endpoint
(`/mutornadomon`) to HTTP servers which outputs application statistics for use with standard metric
Expand Down
2 changes: 2 additions & 0 deletions requirements-test.txt
@@ -1 +1,3 @@
nose>=1.3
coverage
coveralls

0 comments on commit cbe4417

Please sign in to comment.