Merge pull request #301 from gfyoung/travis-flake8-testing

Add Travis for style checking
This commit is contained in:
Steven Black 2017-05-15 20:35:09 -04:00 committed by GitHub
commit 816bb34bcd

20
.travis.yml Normal file
View File

@ -0,0 +1,20 @@
notifications:
email: false
language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
python:
- "2.7"
- "3.6"
install:
pip install flake8
script:
flake8