hosts/.travis.yml
gfyoung 7aad916f71 Add Travis for style checking
Closes gh-298.
2017-05-15 20:30:01 -04:00

20 lines
184 B
YAML

notifications:
email: false
language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
python:
- "2.7"
- "3.6"
install:
pip install flake8
script:
flake8