Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Mar 21, 2018
1 parent d266484 commit 5e43f4a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
sudo: false

os: linux

python:
- "2.7"
- "3.5"

language: python

cache:
- pip

install:
- pip install hacking
- pip install .

script:
- flake8 .

notifications:
email: false

branches:
only:
- master

0 comments on commit 5e43f4a

Please sign in to comment.