File tree Expand file tree Collapse file tree 5 files changed +28
-10
lines changed
Expand file tree Collapse file tree 5 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,19 @@ language: python
33notifications :
44 email : false
55python :
6+ - pypy
67 - 3.6
78 - 3.5
89 - 3.4
910 - 3.3
1011 - 2.7
1112 - 2.6
12- - pypy
1313before_install :
1414 - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install weakrefset; fi
1515 - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
1616 - if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
1717 mv min_requirements.txt requirements.txt ;
1818 fi
19- - pip install --upgrade setuptools "pip==7.1"
2019 - test ! -f rnd_requirements.txt || pip install --no-deps -r rnd_requirements.txt
2120 - test ! -f rnd_requirements.txt || pip install -r rnd_requirements.txt ;
2221 - pip install -r tests/requirements.txt
Original file line number Diff line number Diff line change @@ -176,6 +176,21 @@ Here are some example codes:
176176 app.run()
177177
178178
179+ Support the project
180+ ================================================================================
181+
182+ If your company has embedded pyexcel and its components into a revenue generating
183+ product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
184+ maintain the project and develop it further.
185+
186+ If you are an individual, you are welcome to support me too on patreon and for however long
187+ you feel like to. As a patreon, you will receive
188+ `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
189+
190+ With your financial support, I will be able to invest
191+ a little bit more time in coding, documentation and writing interesting posts.
192+
193+
179194Development guide
180195================================================================================
181196
@@ -235,10 +250,3 @@ License
235250================================================================================
236251
237252New BSD License
238-
239- Support the project
240- ================================================================================
241-
242- If your company has embedded pyexcel and its components into a revenue generating
243- product, please `support me on patreon <https://www.patreon.com/pyexcel >`_ to
244- maintain the project and develop it further.
Original file line number Diff line number Diff line change 1111 'sphinx.ext.viewcode' ,
1212]
1313
14+ intersphinx_mapping = {
15+ }
1416spelling_word_list_filename = 'spelling_wordlist.txt'
1517templates_path = ['_templates' ]
1618source_suffix = '.rst'
Original file line number Diff line number Diff line change @@ -200,9 +200,17 @@ Support the project
200200-----------------------
201201
202202If your company has embedded pyexcel and its components into a revenue generating
203- product, please `support me on patreon <https://www.patreon.com/pyexcel >`_ to
203+ product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
204204maintain the project and develop it further.
205205
206+ If you are an individual, you are welcome to support me too on patreon and for however long
207+ you feel like to. As a patreon, you will receive
208+ `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
209+
210+ With your financial support, I will be able to invest
211+ a little bit more time in coding, documentation and writing interesting posts.
212+
213+
206214
207215More excel file formats
208216------------------------
Original file line number Diff line number Diff line change 11nose
2+ mock ;python_version < "3"
23codecov
34coverage
45flake8
You can’t perform that action at this time.
0 commit comments