Unverified Commit 71447e1b authored by Hang Zhang's avatar Hang Zhang Committed by GitHub
Browse files

Create .travis.yml

parent 2e3e5219
language: python
python:
- "2.7"
- "3.5"
- "3.6"
cache: pip
install:
- pip install -r requirements.txt
- pip install pylint
script:
- pylint
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment