switch to codecov

This commit is contained in:
chfw 2016-01-17 00:15:23 +00:00
parent 7f6033149a
commit 3dc9881e03
4 changed files with 9 additions and 8 deletions

View File

@ -20,4 +20,4 @@ install:
script:
make test
after_success:
coveralls
codecov

View File

@ -2,13 +2,13 @@
pyexcel-xls - Let you focus on data, instead of xls format
=============================================================
.. image:: https://api.travis-ci.org/chfw/pyexcel-xls.png
:target: http://travis-ci.org/chfw/pyexcel-xls
.. image:: https://api.travis-ci.org/pyexcel/pyexcel-xls.png
:target: http://travis-ci.org/pyexcel/pyexcel-xls
.. image:: https://coveralls.io/repos/chfw/pyexcel-xls/badge.png?branch=master
:target: https://coveralls.io/r/chfw/pyexcel-xls?branch=master
.. image:: https://codecov.io/github/pyexcel/pyexcel-xls/coverage.png
:target: https://codecov.io/github/pyexcel/pyexcel-xls
**pyexcel-xls** is a tiny wrapper library to read, manipulate and write data in xls format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/chfw/pyexcel>`_.
**pyexcel-xls** is a tiny wrapper library to read, manipulate and write data in xls format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
Known constraints
==================
@ -27,7 +27,7 @@ or clone it and install it:
.. code-block:: bash
$ git clone http://github.com/chfw/pyexcel-xls.git
$ git clone http://github.com/pyexcel/pyexcel-xls.git
$ cd pyexcel-xls
$ python setup.py install

View File

@ -1 +1,2 @@
pip freeze
nosetests --rednose --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst

View File

@ -1,5 +1,5 @@
nose
rednose
nose-cov
python-coveralls
codecov
coverage