Circuitpython build

This commit is contained in:
Miguel Grinberg
2024-01-31 23:39:04 +00:00
parent bf519478cb
commit e44c271bae
13 changed files with 1527 additions and 1 deletions

View File

@@ -42,6 +42,15 @@ jobs:
- run: python -m pip install --upgrade pip wheel
- run: pip install tox tox-gh-actions
- run: tox -eupy
tests-circuitpython:
name: tests-circuitpython
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: python -m pip install --upgrade pip wheel
- run: pip install tox tox-gh-actions
- run: tox -ecpy
coverage:
name: coverage
runs-on: ubuntu-latest