Skip to content

Commit

Permalink
Merge pull request #4 from line/travis-setting
Browse files Browse the repository at this point in the history
Travis setting
  • Loading branch information
krrrr38 committed Oct 14, 2016
2 parents 6fde69b + 9ebd3af commit 8068b54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
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

0 comments on commit 8068b54

Please sign in to comment.