Skip to content

Commit 50e82cd

Browse files
committed
prepare for release 0.0.3
1 parent df37cf5 commit 50e82cd

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ install:
2626
script:
2727
make test
2828
after_success:
29-
coveralls
29+
codecov

README.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ django-excel - Let you focus on data, instead of file formats
55
.. image:: https://api.travis-ci.org/pyexcel/django-excel.svg?branch=master
66
:target: http://travis-ci.org/pyexcel/django-excel
77

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

1111
.. image:: https://readthedocs.org/projects/django-excel/badge/?version=latest
1212
:target: http://django-excel.readthedocs.org/en/latest/
1313

14-
**django-excel** is based on `pyexcel <https://github.com/chfw/pyexcel>`_ and makes
14+
**django-excel** is based on `pyexcel <https://github.com/pyexcel/pyexcel>`_ and makes
1515
it easy to consume/produce information stored in excel files over HTTP protocol as
1616
well as on file system. This library can turn the excel data into Pythonic a list of
1717
lists, a list of records(dictionaries), dictionaries of lists. And vice versa. Hence
@@ -46,11 +46,11 @@ Plugins Supported file formats
4646
`pyexcel-text`_ (write only)json, rst, mediawiki,latex, grid, pipe, orgtbl, plain simple
4747
================ ========================================================================
4848

49-
.. _pyexcel-xls: https://github.com/chfw/pyexcel-xls
50-
.. _pyexcel-xlsx: https://github.com/chfw/pyexcel-xlsx
51-
.. _pyexcel-ods: https://github.com/chfw/pyexcel-ods
52-
.. _pyexcel-ods3: https://github.com/chfw/pyexcel-ods3
53-
.. _pyexcel-text: https://github.com/chfw/pyexcel-text
49+
.. _pyexcel-xls: https://github.com/pyexcel/pyexcel-xls
50+
.. _pyexcel-xlsx: https://github.com/pyexcel/pyexcel-xlsx
51+
.. _pyexcel-ods: https://github.com/pyexcel/pyexcel-ods
52+
.. _pyexcel-ods3: https://github.com/pyexcel/pyexcel-ods3
53+
.. _pyexcel-text: https://github.com/pyexcel/pyexcel-text
5454

5555

5656
Known constraints
@@ -63,13 +63,13 @@ Tested Django Versions
6363
========================
6464

6565
.. image:: https://img.shields.io/badge/django-1.9-green.svg
66-
:target: http://travis-ci.org/chfw/django-excel
66+
:target: http://travis-ci.org/pyexcel/django-excel
6767

6868
.. image:: https://img.shields.io/badge/django-1.8.2-green.svg
69-
:target: http://travis-ci.org/chfw/django-excel
69+
:target: http://travis-ci.org/pyexcel/django-excel
7070

7171
.. image:: https://img.shields.io/badge/django-1.7.8-green.svg
72-
:target: http://travis-ci.org/chfw/django-excel
72+
:target: http://travis-ci.org/pyexcel/django-excel
7373

7474

7575
Installation
@@ -86,7 +86,7 @@ or clone it and install it:
8686

8787
.. code-block:: bash
8888
89-
$ git clone http://github.com/chfw/django-pyexcel.git
89+
$ git clone http://github.com/pyexcel/django-pyexcel.git
9090
$ cd django-excel
9191
$ python setup.py install
9292

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
pip freeze
12
coverage run --source='django_excel' manage.py test

test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
nose
22
rednose
33
nose-cov
4-
python-coveralls
5-
coverage==3.7.1
4+
codecov
5+
coverage
66
pyexcel-xls
77
pyexcel-xlsx
88
pyexcel-ods3

0 commit comments

Comments
 (0)