Skip to content

Commit

Permalink
Run coverage on travis and add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Mar 29, 2013
1 parent decef2f commit bb1d2b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,9 @@ python:
- "3.2"
- "3.3"

script: python test_names.py
install:
- pip install coverage coveralls --use-mirrors

script: coverage run --branch --source=names setup.py test

after_success: coveralls

0 comments on commit bb1d2b6

Please sign in to comment.