Skip to content

Commit

Permalink
Report coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Jul 20, 2014
1 parent 527d090 commit 0b8f8e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ python:
- "2.6"
- "2.7"
- "3.3"
install: python setup.py install
script: python setup.py test
install:
- python setup.py install
- travis_retry pip install python-coveralls
script: python setup.py nosetests
after_success: coveralls
notifications:
email: false
irc:
Expand Down

0 comments on commit 0b8f8e9

Please sign in to comment.