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:
3131 env : TOXENV=codestyle
3232 # Also test the oldest and newest configuration on Mac and Windows
3333 - os : osx
34+ language : c
3435 env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
3536 - os : osx
37+ language : c
3638 env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
3739 - os : windows
40+ language : c
3841 env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
3942 - os : windows
43+ language : c
4044 env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
4145
4246install :
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ changedir = .tmp/{envname}
1212description = run tests
1313deps =
1414 mpl15: matplotlib ==1.5.*
15+ mpl15: nose
1516 mpl20: matplotlib ==2.0.*
17+ mpl20: nose
1618 mpl21: matplotlib ==2.1.*
1719 mpl22: matplotlib ==2.2.*
1820 mpl30: matplotlib ==3.0.*
You can’t perform that action at this time.
0 commit comments