hosts/.travis.yml
2017-05-15 20:45:39 -04:00

21 lines
185 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