Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 6 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
language: python

env:
matrix:
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.5
env: TOXENV=py35-flake8-src
- python: 3.5
env: TOXENV=py35-flake8-tests
fast_finish: true
allow_failures:
- env: TOXENV=py35-flake8-src
- env: TOXENV=py35-flake8-tests
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"

install:
- pip install
install: pip install tox-travis

script: tox
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# line-bot-sdk-python

[![Build Status](https://travis-ci.org/line/line-bot-sdk-python.svg?branch=master)](https://travis-ci.org/line/line-bot-sdk-python)

SDK of the LINE Messaging API for Python.

## About LINE Messaging API
Expand Down