Skip to content

Commit 18af228

Browse files
committed
Fix README.rst
1 parent 660ba45 commit 18af228

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

README.rst

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -376,63 +376,6 @@ Contributing
376376
------------
377377
Please check `CONTRIBUTING <CONTRIBUTING.md>`__ before making a contribution.
378378

379-
For SDK developers
380-
------------------
381-
382-
First install for development.
383-
384-
::
385-
386-
$ pip install -r requirements-dev.txt
387-
388-
389-
You can generate new or fixed models and APIs by this command.
390-
391-
::
392-
393-
$ python generate-code.py
394-
395-
396-
When you update line-bot-sdk-python version, please update `linebot/__about__.py <linebot/__about__.py>`__ and generate code again.
397-
398-
399-
If you edit `README.rst <README.rst>`__, you should execute the following command to check the syntax of README.
400-
401-
::
402-
403-
$ python -m readme_renderer README.rst
404-
405-
406-
Run tests
407-
~~~~~~~~~
408-
409-
Test by using tox. We test against the following versions.
410-
411-
- 3.9
412-
- 3.10
413-
- 3.11
414-
- 3.12
415-
- 3.13
416-
417-
To run all tests and to run ``flake8`` against all versions, use:
418-
419-
::
420-
421-
tox
422-
423-
To run all tests against version 3.10, use:
424-
425-
::
426-
427-
$ tox -e py3.10
428-
429-
To run a test against version 3.10 and against a specific file, use:
430-
431-
::
432-
433-
$ tox -e py3.10 -- tests/test_webhook.py
434-
435-
436379
.. |PyPI version| image:: https://badge.fury.io/py/line-bot-sdk.svg
437380
:target: https://badge.fury.io/py/line-bot-sdk
438381

0 commit comments

Comments
 (0)