Skip to content

Commit

Permalink
add conda install mapclassify to .travis.yml fro geopandas depe…
Browse files Browse the repository at this point in the history
…ndency

note: this will only work once the PySAL refactore is released
  • Loading branch information
slumnitz committed Jul 14, 2018
1 parent ed93182 commit 6ac34f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ install:
- conda install matplotlib --yes
# we need descartes for `geopandas` dependency
- conda install descartes --yes
- conda install mapclassify --yes
# We need geopandas master, the legend_kwds is not in 0.3.0
- pip install https://github.com/geopandas/geopandas/archive/master.zip
# We need splot master, since splot is not released yet
Expand Down

0 comments on commit 6ac34f7

Please sign in to comment.