Skip to content

Commit

Permalink
adding coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdave committed Jan 18, 2015
1 parent 989aa1a commit 3d35ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,5 +12,5 @@ install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script: nosetests -v
script: nosetests -v --with-coverage
after_success: coveralls

0 comments on commit 3d35ead

Please sign in to comment.