garminexport/.travis.yml

9 lines
119 B
YAML
Raw Permalink Normal View History

language: python
python:
- "3.7"
install:
2020-04-08 20:31:26 +02:00
- pip install pipenv
- pipenv install
script:
- python setup.py test