File tree Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Original file line number Diff line number Diff line change 11language : python
22
3- env :
4- matrix :
5- - python : 2.7
6- env : TOXENV=py27
7- - python : 3.3
8- env : TOXENV=py33
9- - python : 3.4
10- env : TOXENV=py34
11- - python : 3.5
12- env : TOXENV=py35
13- - python : 3.5
14- env : TOXENV=py35-flake8-src
15- - python : 3.5
16- env : TOXENV=py35-flake8-tests
17- fast_finish : true
18- allow_failures :
19- - env : TOXENV=py35-flake8-src
20- - env : TOXENV=py35-flake8-tests
3+ python :
4+ - " 2.7"
5+ - " 3.3"
6+ - " 3.4"
7+ - " 3.5"
218
22- install :
23- - pip install
9+ install : pip install tox-travis
2410
2511script : tox
Original file line number Diff line number Diff line change 11# line-bot-sdk-python
22
3+ [ ![ Build Status] ( https://travis-ci.org/line/line-bot-sdk-python.svg?branch=master )] ( https://travis-ci.org/line/line-bot-sdk-python )
4+
35SDK of the LINE Messaging API for Python.
46
57## About LINE Messaging API
You can’t perform that action at this time.
0 commit comments