Skip to content

Commit

Permalink
Use codecov.io instead of coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sandve Alnæs committed Jan 4, 2016
1 parent 4927471 commit 058bce1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ before_install:
- pip install -r requirements.txt
- pip install pytest
- pip install pytest-cov
- pip install coveralls
- pip install codecov
install:
- pip install -e .
script:
- py.test -l --cov=nbdime
after_success:
- coveralls
- codecov
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Jupyter Notebook Diff and Merge tools

[![Build Status](https://travis-ci.org/martinal/nbdime.svg?branch=master)](https://travis-ci.org/martinal/nbdime)
[![Coverage Status](https://coveralls.io/repos/martinal/nbdime/badge.svg?branch=master&service=github)](https://coveralls.io/github/martinal/nbdime?branch=master)

`nbdime` contains tools for diffing and merging of Jupyter Notebooks.

NB! This project is highly experimental and rapidly changing.

See the latest documentation at http://nbdime.readthedocs.org.

A JPEP pull request has been made at:
https://github.com/jupyter/enhancement-proposals/pull/8
See also description and discussion in the [JPEP pull request](https://github.com/jupyter/enhancement-proposals/pull/8).

Install the [codecov browser extension](https://github.com/codecov/browser-extension#codecov-extension) to view test coverage in the source browser on github.

0 comments on commit 058bce1

Please sign in to comment.