Skip to content

Commit

Permalink
Coverage small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fp12 committed Jan 2, 2017
1 parent 54c6a5e commit 7f8e28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ python:
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python ./tests.py
script:
- coverage run --source=challonge tests.py
after_success:
- coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

[![Build Status](https://travis-ci.org/fp12/achallonge.svg?branch=master)](https://travis-ci.org/fp12/achallonge)
[![Documentation Status](https://readthedocs.org/projects/achallonge/badge/?version=latest)](http://achallonge.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/fp12/achallonge/badge.svg)](https://coveralls.io/github/fp12/achallonge)
[![Code Issues](https://www.quantifiedcode.com/api/v1/project/cd2c13493bdf461695ada40356a9d3a1/badge.svg)](https://www.quantifiedcode.com/app/project/cd2c13493bdf461695ada40356a9d3a1)


Expand Down

0 comments on commit 7f8e28f

Please sign in to comment.