Skip to content

Commit

Permalink
Install matplotlib on travis with max version 3.0.0 to avoid basemap bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jmozmoz committed Nov 3, 2018
1 parent a240558 commit e48273c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ script:
- pip install cython
- pip install pyproj
- pip install ${PKG}[debug_cartopy]
- pip uninstall matplotlib -y
- pip install "matplotlib<=3.0.0"
- pip install git+https://github.com/matplotlib/basemap
- pip install ${PKG}[debug_pyresample]
- create_map -d -m 23
Expand Down

0 comments on commit e48273c

Please sign in to comment.