Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Jul 9, 2014
1 parent f8a6b10 commit 2f20e4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ python:
# command to install dependencies
install:
- pip install .
- pip install coveralls

# command to run tests
script: nosetests
script:
- nosetests -v --with-coverage --cover-tests

after_success:
- coveralls

0 comments on commit 2f20e4c

Please sign in to comment.