We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7623a5 commit 0e49b23Copy full SHA for 0e49b23
.github/workflows/testpackage.yml
@@ -13,8 +13,8 @@ jobs:
13
installation:
14
strategy:
15
matrix:
16
- os: [ubuntu-latest]
17
- python-version: [3.6]
+ os: [ubuntu-latest, windows-latest, macos-latest]
+ python-version: [3.6, 3.7, 3.8]
18
19
runs-on: ${{ matrix.os }}
20
@@ -71,7 +71,7 @@ jobs:
71
shell: bash
72
- name: Run tests
73
run: |
74
- pytest tests
+ task test
75
76
- name: Generate doc
77
0 commit comments