Skip to content

Commit

Permalink
Trying out coveralls instead of codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
citruspi committed Jun 13, 2015
1 parent e9c6c0a commit 12e36c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ python:

install:
- python setup.py install
- pip install codecov
- pip install coveralls

script: nosetests

after_success:
codecov
- nosetests --with-coverage --cover-package=flask_analytics --cover-html
- coveralls

0 comments on commit 12e36c4

Please sign in to comment.