git-subtree-dir: dsmr_parser git-subtree-mainline:2f6e219e50git-subtree-split:f9e188812f
19 lines
187 B
YAML
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
|