Skip to content
Snippets Groups Projects
Verified Commit 080bca70 authored by James Graham's avatar James Graham
Browse files

ci: drop py3.9 and add package build step

parent 5bb4203a
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ jobs: ...@@ -14,7 +14,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [3.6, 3.7, 3.8, 3.9] python-version: [3.6, 3.7, 3.8]
os: [ubuntu-latest, macos-11.0] os: [ubuntu-latest, macos-11.0]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
...@@ -58,3 +58,7 @@ jobs: ...@@ -58,3 +58,7 @@ jobs:
- name: Check that test coverage is above 80% - name: Check that test coverage is above 80%
run: | run: |
poetry run coverage report --fail-under=80 poetry run coverage report --fail-under=80
- name: Test that distributable package builds
run: |
poetry build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment