@@ -8,8 +8,8 @@ pyexcel-io - Let you focus on data, instead of file formats
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://travis-ci.org /pyexcel/pyexcel-io.svg?branch=master
12
- :target: http://travis-ci.org /pyexcel/pyexcel-io
11
+ .. image :: https://github.com /pyexcel/pyexcel-io/workflows/run_tests/badge .svg
12
+ :target: http://github.com /pyexcel/pyexcel-io/actions
13
13
14
14
.. image :: https://codecov.io/gh/pyexcel/pyexcel-io/branch/master/graph/badge.svg
15
15
:target: https://codecov.io/gh/pyexcel/pyexcel-io
@@ -108,9 +108,9 @@ sqlalchemy supported databases. Its supported file formats are extended to cover
108
108
Plugin shopping guide
109
109
------------------------
110
110
111
- Since 2020, all pyexcel-io plugins have dropped the support for python version
112
- lower than 3.6. If you want to use any python verions , please use pyexcel-io
113
- and its plugins version lower than 0.6.0.
111
+ Since 2020, all pyexcel-io plugins have dropped the support for python versions
112
+ which are lower than 3.6. If you want to use any of those Python versions , please use pyexcel-io
113
+ and its plugins versions that are lower than 0.6.0.
114
114
115
115
116
116
Except csv files, xls, xlsx and ods files are a zip of a folder containing a lot of
@@ -205,7 +205,7 @@ Then install relevant development requirements:
205
205
#. pip install -r tests/requirements.txt
206
206
207
207
Once you have finished your changes, please provide test case(s), relevant documentation
208
- and update CHANGELOG.rst.
208
+ and update changelog.yml
209
209
210
210
.. note ::
211
211
@@ -224,7 +224,7 @@ On Linux/Unix systems, please launch your tests like this::
224
224
225
225
$ make
226
226
227
- On Windows systems , please issue this command::
227
+ On Windows, please issue this command::
228
228
229
229
> test.bat
230
230
@@ -236,7 +236,7 @@ Please run::
236
236
237
237
$ make format
238
238
239
- so as to beautify your code otherwise travis-ci may fail your unit test.
239
+ so as to beautify your code otherwise your build may fail your unit test.
240
240
241
241
242
242
0 commit comments