python-veml6070/.travis.yml

10 lines
91 B
YAML

---
sudo: false
language: python
python:
- "2.7"
script:
- pylint veml6070
- pytest