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

Commit

Permalink
new: dev: coveralls.io support
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtingsu committed Sep 12, 2014
1 parent 7f42fcf commit 31d2c34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ python:
- "3.2"
- "3.3"
# command to install dependencies
install: "pip install -r requirements.txt"
install:
- pip install -r requirements.txt
- pip install coveralls
# command to run tests
script: nosetests
script: nosetests --with-coverage --cover-package=lib.html2hamlpy
after_success:
coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/davidtingsu/html2hamlpy.png?branch=master)](https://travis-ci.org/davidtingsu/html2hamlpy)
[![Coverage Status](https://coveralls.io/repos/davidtingsu/html2hamlpy/badge.png?branch=master)](https://coveralls.io/r/davidtingsu/html2hamlpy)
html2hamlpy
=======
Converts HTML to [HamlPy](https://github.com/jessemiller/HamlPy)
Expand Down

0 comments on commit 31d2c34

Please sign in to comment.