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 1
1
language : python
2
2
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"
21
8
22
- install :
23
- - pip install
9
+ install : pip install tox-travis
24
10
25
11
script : tox
Original file line number Diff line number Diff line change 1
1
# line-bot-sdk-python
2
2
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
+
3
5
SDK of the LINE Messaging API for Python.
4
6
5
7
## About LINE Messaging API
You can’t perform that action at this time.
0 commit comments