Skip to content

Commit 08ea714

Browse files
committed
switching to pyexcel and prepare for 0.0.5 release
1 parent 2008014 commit 08ea714

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ install:
1616
script:
1717
make test
1818
after_success:
19-
coveralls
19+
codecov

README.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pyexcel-webio
33
==============
44

55
.. image:: https://api.travis-ci.org/pyexcel/pyexcel-webio.png
6-
:target: http://travis-ci.org/chfw/pyexcel-webio
6+
:target: http://travis-ci.org/pyexcel/pyexcel-webio
77

8-
.. image:: https://coveralls.io/repos/chfw/pyexcel-webio/badge.png?branch=master
9-
:target: https://coveralls.io/r/chfw/pyexcel-webio?branch=master
8+
.. image:: https://codecov.io/github/pyexcel/pyexcel-ods3/coverage.png
9+
:target: https://codecov.io/github/pyexcel/pyexcel-ods3
1010

1111

12-
**pyexcel-webio** is a tiny interface library to unify the web extensions that uses `pyexcel <https://github.com/chfw/pyexcel>`__ . You may use it to write a web extension for your faviourite Python web framework.
12+
**pyexcel-webio** is a tiny interface library to unify the web extensions that uses `pyexcel <https://github.com/pyexcel/pyexcel>`__ . You may use it to write a web extension for your faviourite Python web framework.
1313

1414

1515
Installation
@@ -22,7 +22,7 @@ You can install it via pip::
2222

2323
or clone it and install it::
2424

25-
$ git clone http://github.com/chfw/pyexcel-webio.git
25+
$ git clone http://github.com/pyexcel/pyexcel-webio.git
2626
$ cd pyexcel-webio
2727
$ python setup.py install
2828

@@ -38,9 +38,9 @@ Django `django-excel`_
3838
Pyramid `pyramid-excel`_
3939
============== ============================
4040

41-
.. _Flask-Excel: https://github.com/chfw/Flask-Excel
42-
.. _django-excel: https://github.com/chfw/django-excel
43-
.. _pyramid-excel: https://github.com/chfw/pyramid-excel
41+
.. _Flask-Excel: https://github.com/pyexcel/Flask-Excel
42+
.. _django-excel: https://github.com/pyexcel/django-excel
43+
.. _pyramid-excel: https://github.com/pyexcel/pyramid-excel
4444

4545
Usage
4646
=========

tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nose
22
rednose
33
nose-cov
4-
python-coveralls
4+
codecov
55
coverage
66
pyexcel-xls>=0.0.7
77
pyexcel>=0.1.7

0 commit comments

Comments
 (0)