Skip to content

Commit

Permalink
Merge pull request #92 from pimoroni/patch-anvil-example
Browse files Browse the repository at this point in the history
New Anvil web uplink example
  • Loading branch information
Gadgetoid committed Apr 30, 2021
2 parents 732151d + de626c8 commit a8cc00a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [2.7, 3.4, 3.5, 3.7, 3.8]
python: [2.7, 3.5, 3.7, 3.9]

steps:
- uses: actions/checkout@v2
Expand All @@ -32,6 +32,6 @@ jobs:
working-directory: library
run: |
python -m pip install coveralls
coveralls
if: ${{ matrix.python == '3.8' }}
coveralls --service=github
if: ${{ matrix.python == '3.9' }}

1 change: 1 addition & 0 deletions examples/anvil-app-blinkt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id": "BCWAJYLLVGKHACGU", "uplink_key": "GQHLWPPLCULCMKHQ7EVKCK4X-BCWAJYLLVGKHACGU", "origin": "https://BCWAJYLLVGKHACGU.anvil.app/HTUO2JXPXKRYEYN5YC4QINXN", "email": "anvil@gadgetoid.com", "name": "Blinkt Demo"}
2 changes: 1 addition & 1 deletion library/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,35},qa
envlist = py{27,35,37,39},qa
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit a8cc00a

Please sign in to comment.