We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 063c4fd + a52b20a commit 2e48eefCopy full SHA for 2e48eef
.github/workflows/test_and_publish.yml
@@ -25,8 +25,11 @@ jobs:
25
- windows: py310-test-mpl36
26
# Test all configurations on Linux
27
- linux: py36-test-mpl20
28
+ runs-on: ubuntu-20.04
29
- linux: py36-test-mpl21
30
31
- linux: py36-test-mpl22
32
33
- linux: py37-test-mpl30
34
- linux: py37-test-mpl31
35
- linux: py37-test-mpl32
tox.ini
@@ -11,7 +11,10 @@ requires =
11
isolated_build = true
12
13
[testenv]
14
-passenv = DISPLAY WINDIR MPL_UPDATE_*
+passenv =
15
+ DISPLAY
16
+ WINDIR
17
+ MPL_UPDATE_*
18
setenv =
19
MPLBACKEND = Agg
20
changedir = .tmp/{envname}
0 commit comments