garminexport/.travis.yml
2020-04-08 20:31:26 +02:00

9 lines
119 B
YAML

language: python
python:
- "3.7"
install:
- pip install pipenv
- pipenv install
script:
- python setup.py test