Skip to content

Commit 2e48eef

Browse files
authored
Merge pull request #191 from ConorMacBride/upgrade-tox
Upgrade for tox 4
2 parents 063c4fd + a52b20a commit 2e48eef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: .github/workflows/test_and_publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
- windows: py310-test-mpl36
2626
# Test all configurations on Linux
2727
- linux: py36-test-mpl20
28+
runs-on: ubuntu-20.04
2829
- linux: py36-test-mpl21
30+
runs-on: ubuntu-20.04
2931
- linux: py36-test-mpl22
32+
runs-on: ubuntu-20.04
3033
- linux: py37-test-mpl30
3134
- linux: py37-test-mpl31
3235
- linux: py37-test-mpl32

Diff for: tox.ini

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ requires =
1111
isolated_build = true
1212

1313
[testenv]
14-
passenv = DISPLAY WINDIR MPL_UPDATE_*
14+
passenv =
15+
DISPLAY
16+
WINDIR
17+
MPL_UPDATE_*
1518
setenv =
1619
MPLBACKEND = Agg
1720
changedir = .tmp/{envname}

0 commit comments

Comments
 (0)