1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2026-03-16 23:18:30 +01:00
Files
python-veml6070/.travis.yml
2020-10-07 17:20:59 +02:00

18 lines
168 B
YAML

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