Skip to content

Commit

Permalink
Add coveralls badge and reference to travis page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sandve Alnæs committed Dec 2, 2015
1 parent faa50ba commit 3f09aec
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,27 @@ NB! This project is highly experimental and rapidly changing.
Documentation
-------------

Documentation resides in docs/ and is also available at
To build documentation:

http://nbdime.readthedocs.org
cd docs
make html

To build locally, run 'cd docs/' and 'make html'.
Also available at:

http://nbdime.readthedocs.org


Dependencies
------------

- Python version 2.7.1, Python 3 support is coming
- Python version 2.7.1, 3.3, 3.4, 3.5
- six
- nbformat

Test dependencies:

- pytest
- numpy
- (Levenshtein)
- pytest-cov


Install
Expand Down Expand Up @@ -55,8 +60,6 @@ for usage details.

Testing
-------
If you have notebooks with interesting merge challenges,
please consider contributing them to nbdime as test cases!

Run

Expand All @@ -70,3 +73,14 @@ While developing,

can be useful. See the pytest documentation for more options.

If you have notebooks with interesting merge challenges,
please consider contributing them to nbdime as test cases!

For latest test status see Travis:

https://travis-ci.org/martinal/nbdime

And coverall:

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

0 comments on commit 3f09aec

Please sign in to comment.