Files
dsmr_parser/.travis.yml
T

18 lines
179 B
YAML
Raw Permalink Normal View History

2016-11-08 10:24:20 +01:00
language: python
2016-11-27 20:29:49 +01:00
2016-11-08 10:24:20 +01:00
python:
- 2.7
- 3.4
- 3.5
2016-11-27 20:29:49 +01:00
install: pip install tox-travis codecov
2016-11-08 10:24:20 +01:00
script: tox
2016-11-27 20:29:49 +01:00
after_success:
- codecov
2016-11-08 10:24:20 +01:00
matrix:
allow_failures:
- python: 2.7