Files
dsmr2mqtt/dsmr_parser/.travis.yml
Ard Kuijpers 89ecd051ee Add 'dsmr_parser/' from commit 'f9e188812fbaee90974a3cddf201bbb40278fd9a'
git-subtree-dir: dsmr_parser
git-subtree-mainline: 2f6e219e50
git-subtree-split: f9e188812f
2020-06-03 13:16:25 +02:00

19 lines
187 B
YAML

language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
install: pip install tox-travis codecov
script: tox
after_success:
- codecov
matrix:
allow_failures:
- python: 2.7