Skip to content

Commit e48273c

Browse files
committed
Install matplotlib on travis with max version 3.0.0 to avoid basemap bug
See matplotlib/basemap#435
1 parent a240558 commit e48273c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ script:
3636
- pip install cython
3737
- pip install pyproj
3838
- pip install ${PKG}[debug_cartopy]
39+
- pip uninstall matplotlib -y
40+
- pip install "matplotlib<=3.0.0"
3941
- pip install git+https://github.com/matplotlib/basemap
4042
- pip install ${PKG}[debug_pyresample]
4143
- create_map -d -m 23

0 commit comments

Comments
 (0)