enable travis CI builds
Co-authored-by: Stanislav Khrapov khrapovs@gmail.com
This commit is contained in:
parent
f0548d2928
commit
54dad23e1c
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- python setup.py test
|
@ -1,3 +1,5 @@
|
||||
[![Build Status](https://travis-ci.org/petergardfjall/garminexport.svg?branch=master)](https://travis-ci.org/petergardfjall/garminexport)
|
||||
|
||||
Garmin Connect activity backup tool
|
||||
===================================
|
||||
``garminbackup.py`` is a program that downloads activities for a
|
||||
|
Loading…
Reference in New Issue
Block a user