File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
global :
12
12
- SETUP_XVFB=True
13
+ - MPLBACKEND=Agg
13
14
- TOXENV='test'
14
15
- TOXARGS='-v'
15
16
- TOXPOSARGS=''
16
17
17
18
matrix :
18
19
include :
20
+ # Test all configurations on Linux
19
21
- python : 2.7
20
22
env : TOXENV=py27-test-mpl15
21
23
- python : 3.5
@@ -32,8 +34,13 @@ matrix:
32
34
env : TOXENV=py38-test-minimal
33
35
- python : 3.8
34
36
env : TOXENV=codestyle
37
+ # Also test the oldest and newest configuration on Mac and Windows
38
+ - os : osx
39
+ env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
35
40
- os : osx
36
41
env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
42
+ - os : windows
43
+ env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
37
44
- os : windows
38
45
env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
39
46
@@ -43,7 +50,7 @@ install:
43
50
source ci-helpers/travis/setup_conda.sh;
44
51
fi
45
52
46
- script :
53
+ script :
47
54
- pip install tox
48
55
- tox $TOXARGS -- $TOXPOSARGS
49
56
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires =
7
7
pip >= 19.3.1
8
8
9
9
[testenv]
10
- passenv = DISPLAY
10
+ passenv = DISPLAY MPLBACKEND WINDIR
11
11
changedir = .tmp/{envname}
12
12
description = run tests
13
13
deps =
You can’t perform that action at this time.
0 commit comments