1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-09-28 21:02:20 +02:00
python-bme680/.travis.yml

11 lines
193 B
YAML
Raw Normal View History

2018-08-28 21:30:59 +02:00
language: python
sudo: false
matrix:
include:
python: "2.7"
script:
2018-08-28 21:33:03 +02:00
- pip install --ignore-installed --upgrade flake8
2018-08-28 22:09:53 +02:00
- flake8 --ignore F403,F405,E501