Skip to content

Commit 8068b54

Browse files
authored
Merge pull request #4 from line/travis-setting
Travis setting
2 parents 6fde69b + 9ebd3af commit 8068b54

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

.travis.yml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
language: 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

2511
script: tox

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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+
35
SDK of the LINE Messaging API for Python.
46

57
## About LINE Messaging API

0 commit comments

Comments
 (0)