From d8045106332a48869c925a4bc2cd01c8c96733c9 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Thu, 18 Mar 2021 02:17:44 -0400 Subject: [PATCH] .github/workflows: update workflow, add readme badge --- .github/workflows/python-package.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 4be6610..254cd13 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 4249342..69044b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # tconnectsync +![Python Package workflow](https://github.com/jwoglom/tconnectsync/actions/workflows/python-package.yml/badge.svg) + Tconnectsync synchronizes data one-way from the Tandem Diabetes t:connect web/mobile application to Nightscout. If you have a t:slim X2 pump with the companion t:connect mobile Android or iOS app, this will allow your pump bolus and basal data to be uploaded to [Nightscout](https://github.com/nightscout/cgm-remote-monitor) automatically. The t:connect Android app, by default, uploads pump data to Tandem's servers every hour, [but using this tool you can update the frequency to as low as every five minutes](https://github.com/jwoglom/tconnectpatcher)! This allows for nearly real-time (but not instantaneous) pump data updates, almost like your pump uploads data directly to Nightscout!