configure testing matrix (py version, OS)
This commit is contained in:
parent
4652c0e31c
commit
a3c2036946
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pytest.yml
vendored
6
.github/workflows/pytest.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: pytest
|
name: Run Pytests
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -6,8 +6,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6, 3.7, 3.8]
|
python-version: [3.9, 3.9.6]
|
||||||
poetry-version: [1.0, 1.1.6]
|
poetry-version: [1.1.7]
|
||||||
os: [ubuntu-18.04, macos-latest, windows-latest]
|
os: [ubuntu-18.04, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue