mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Slim down the CI test matrix (#2942)
This commit is contained in:
15
.github/workflows/tox.yml
vendored
15
.github/workflows/tox.yml
vendored
@@ -6,10 +6,9 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', pypy-3.7-v7.x]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
include:
|
||||
- python-version: 3.6
|
||||
tox-env: py36
|
||||
@@ -23,6 +22,18 @@ jobs:
|
||||
tox-env: py310
|
||||
- python-version: pypy-3.7-v7.x
|
||||
tox-env: pypy3
|
||||
# Just to slim down the test matrix:
|
||||
exclude:
|
||||
- python-version: 3.7
|
||||
os: windows-latest
|
||||
- python-version: 3.7
|
||||
os: ubuntu-latest
|
||||
- python-version: 3.8
|
||||
os: macos-latest
|
||||
- python-version: 3.8
|
||||
os: windows-latest
|
||||
- python-version: 3.9
|
||||
os: ubuntu-latest
|
||||
env:
|
||||
TOXENV: ${{ matrix.tox-env }}-{unittests,min-req,integration,integration-no-babel}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user