Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Sep 10, 2024
1 parent 2d3cf78 commit 2b2bb77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ jobs:
pytest-results-summary: true
- windows: py312-xdist
pytest-results-summary: true
- linux: py312-numpy21-xdist
pytest-results-summary: true
- macos: py312-numpy21-xdist
pytest-results-summary: true
- windows: py312-numpy21-xdist
pytest-results-summary: true
- linux: py312-dev-xdist
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
check-{style,security,build}
test{,-dev}{,-pyargs,-cov}
test-numpy{120,122,125}
test-numpy{120,121,122,125,20,21}
build-{docs,dist}

# tox environments are constructed with so-called 'factors' (or terms)
Expand Down Expand Up @@ -66,9 +66,13 @@ extras =
deps =
xdist: pytest-xdist
cov: pytest-cov
numpy120: numpy==1.20.*
numpy121: numpy==1.21.*
numpy122: numpy==1.22.*
numpy123: numpy==1.23.*
numpy125: numpy==1.25.*
numpy20: numpy==2.0.*
numpy21: numpy==2.1.*
commands_pre =
dev: pip install -r requirements-dev.txt -U --upgrade-strategy eager
pip freeze
Expand Down

0 comments on commit 2b2bb77

Please sign in to comment.