Skip to content

Commit

Permalink
[Doc] Add travis and coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Apr 18, 2019
1 parent c306790 commit 4c979f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ script:
- "nose2 --with-coverage"

after_success: coveralls

7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
AnkiPandas: Open your Anki database as a pandas DataFrame in just one line!
===========================================================================

|Doc Status| |Pypi status|
|Build Status| |Coveralls| |Doc Status| |Pypi status|

.. |Build Status| image:: https://travis-ci.org/klieret/ankipandas.svg?branch=master
:target: https://travis-ci.org/clusterking/clusterking

.. |Coveralls| image:: https://coveralls.io/repos/github/klieret/ankipandas/badge.svg?branch=master
:target: https://coveralls.io/github/clusterking/clusterking?branch=master

.. |Doc Status| image:: https://readthedocs.org/projects/ankipandas/badge/?version=latest
:target: https://ankipandas.readthedocs.io/
Expand Down

0 comments on commit 4c979f3

Please sign in to comment.