Skip to content

Commit

Permalink
Replace codecov with coveralls, again
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Dec 13, 2017
1 parent 1b38cbd commit 7d09254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ python:
- "3.5"
- "3.6"
install:
- pip install -q -U pip tox tox-travis codecov
- pip install -q -U pip tox tox-travis python-coveralls
script:
- tox
after_success:
- codecov
- coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-summernote
=================
[![Build Status](https://img.shields.io/travis/summernote/django-summernote.svg)](https://travis-ci.org/summernote/django-summernote)
[![Codecov](https://img.shields.io/codecov/c/github/summernote/django-summernote.svg?maxAge=2592000)](https://codecov.io/gh/summernote/django-summernote)
[![Coverage Status](https://coveralls.io/repos/github/summernote/django-summernote/badge.svg?branch=master)](https://coveralls.io/github/summernote/django-summernote?branch=master)

[Summernote](https://github.com/summernote/summernote) is a simple WYSIWYG editor.

Expand Down

0 comments on commit 7d09254

Please sign in to comment.