@@ -8,18 +8,14 @@ pyexcel-xlsxr - Let you focus on data, instead of xlsx format
8
8
.. image :: https://raw.githubusercontent.com/pyexcel/pyexcel-mobans/master/images/awesome-badge.svg
9
9
:target: https://awesome-python.com/#specific-formats-processing
10
10
11
- .. image :: https://github.com/pyexcel/pyexcel-xlsxr/workflows/run_tests/badge.svg
12
- :target: http://github.com/pyexcel/pyexcel-xlsxr/actions
13
-
14
11
.. image :: https://codecov.io/gh/pyexcel/pyexcel-xlsxr/branch/master/graph/badge.svg
15
12
:target: https://codecov.io/gh/pyexcel/pyexcel-xlsxr
16
13
17
14
.. image :: https://badge.fury.io/py/pyexcel-xlsxr.svg
18
15
:target: https://pypi.org/project/pyexcel-xlsxr
19
16
20
17
21
- .. image :: https://pepy.tech/badge/pyexcel-xlsxr/month
22
- :target: https://pepy.tech/project/pyexcel-xlsxr
18
+
23
19
24
20
25
21
.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
@@ -316,7 +312,7 @@ Then install relevant development requirements:
316
312
#. pip install -r tests/requirements.txt
317
313
318
314
Once you have finished your changes, please provide test case(s), relevant documentation
319
- and update CHANGELOG.rst.
315
+ and update changelog.yml
320
316
321
317
.. note ::
322
318
@@ -335,7 +331,7 @@ On Linux/Unix systems, please launch your tests like this::
335
331
336
332
$ make
337
333
338
- On Windows systems , please issue this command::
334
+ On Windows, please issue this command::
339
335
340
336
> test.bat
341
337
@@ -347,7 +343,7 @@ Please run::
347
343
348
344
$ make format
349
345
350
- so as to beautify your code otherwise travis-ci may fail your unit test.
346
+ so as to beautify your code otherwise your build may fail your unit test.
351
347
352
348
353
349
0 commit comments