Skip to content

Commit

Permalink
CI: Expand test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Sep 18, 2022
1 parent faf8012 commit 657f88b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
fail-fast: false
matrix:
include:
- python: '^3.9'
- python: '^3.10'
os: macos-latest
- python: 3.8
- python: '3.10'
os: windows-latest
- python: 3.9
os: ubuntu-latest
- python: 3.8
os: macos-latest
- python: 3.7
os: windows-latest
- python: 3.7
Expand Down
2 changes: 1 addition & 1 deletion .tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ with_groups() {
"$@" isort -q mkdocs_gen_files tests
"$@" black -q mkdocs_gen_files tests
"$@" pytest -q
python -c 'import sys, os; sys.exit((3,8) <= sys.version_info < (3,10) and os.name == "posix")' ||
python -c 'import sys, os; sys.exit((3,8) <= sys.version_info < (3,11) and os.name == "posix")' ||
"$@" pytype mkdocs_gen_files

0 comments on commit 657f88b

Please sign in to comment.