File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,16 @@ matrix:
31
31
env : TOXENV=codestyle
32
32
# Also test the oldest and newest configuration on Mac and Windows
33
33
- os : osx
34
+ language : c
34
35
env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
35
36
- os : osx
37
+ language : c
36
38
env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
37
39
- os : windows
40
+ language : c
38
41
env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
39
42
- os : windows
43
+ language : c
40
44
env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
41
45
42
46
install :
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ changedir = .tmp/{envname}
12
12
description = run tests
13
13
deps =
14
14
mpl15: matplotlib ==1.5.*
15
+ mpl15: nose
15
16
mpl20: matplotlib ==2.0.*
17
+ mpl20: nose
16
18
mpl21: matplotlib ==2.1.*
17
19
mpl22: matplotlib ==2.2.*
18
20
mpl30: matplotlib ==3.0.*
You can’t perform that action at this time.
0 commit comments