1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2026-06-28 20:39:55 +02:00
Files
python-bme280/.travis.yml
T
2020-08-25 16:58:59 +02:00

17 lines
152 B
YAML

---
os: linux
language: python
python:
- "3.4"
- "3.5"
- "3.7"
- "3.8"
install:
- pip install poetry
- poetry install
script:
- make lint
- make test