Skip to content

Commit 99a899d

Browse files
committed
Fix CI issues
1 parent c19f5bf commit 99a899d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4246
install:

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ changedir = .tmp/{envname}
1212
description = run tests
1313
deps =
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.*

0 commit comments

Comments
 (0)