Skip to content

Upgrade for tox 4 #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
- windows: py310-test-mpl36
# Test all configurations on Linux
- linux: py36-test-mpl20
runs-on: ubuntu-20.04
- linux: py36-test-mpl21
runs-on: ubuntu-20.04
- linux: py36-test-mpl22
runs-on: ubuntu-20.04
- linux: py37-test-mpl30
- linux: py37-test-mpl31
- linux: py37-test-mpl32
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ requires =
isolated_build = true

[testenv]
passenv = DISPLAY WINDIR MPL_UPDATE_*
passenv =
DISPLAY
WINDIR
MPL_UPDATE_*
setenv =
MPLBACKEND = Agg
changedir = .tmp/{envname}
Expand Down