Skip to content

Commit

Permalink
setup coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Oct 20, 2014
1 parent 08974a0 commit 534812b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: python
python:
- "2.7"
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install coveralls --use-mirrors"
before_install:
- npm install coffee-script
script: nosetests --with-coverage --cover-package=app
notifications:
slack: cloverfeed:Zd60W6QoaC1pGFP85rOvNJa1
after_success:
coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ⠋ Ranko ⣠ [![Build Status](https://secure.travis-ci.org/cloverfeed/ranko.png)](http://travis-ci.org/cloverfeed/ranko)
# ⠋ Ranko ⣠ [![Build Status](https://secure.travis-ci.org/cloverfeed/ranko.png)](http://travis-ci.org/cloverfeed/ranko) [![Coverage Status](https://coveralls.io/repos/cloverfeed/ranko/badge.png)](https://coveralls.io/r/cloverfeed/ranko)

![Ranko](http://us.tintin.com/wp-content/uploads/2011/09/characters-ranko-the-gorilla-sm.jpg)

Expand Down

0 comments on commit 534812b

Please sign in to comment.