python-bme680/.travis.yml

10 lines
123 B
YAML

language: python
sudo: false
matrix:
include:
python: "2.7"
script:
flake8 --ignore F405