1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2024-06-18 12:34:39 +02:00
python-veml6070/.travis.yml

16 lines
168 B
YAML
Raw Normal View History

---
sudo: false
language: python
python:
- "2.7"
- "3.6"
matrix:
fast_finish: true
allow_failures:
- python: "3.6"
script:
2018-03-13 16:50:25 +01:00
- pylint veml6070
- pytest