Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghang1989 committed Apr 21, 2018
1 parent 2e3e521 commit 71447e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
cache: pip
install:
- pip install -r requirements.txt
- pip install pylint
script:
- pylint

0 comments on commit 71447e1

Please sign in to comment.