Skip to content

Commit

Permalink
instal libproj on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 8, 2018
1 parent a90e2de commit a9af06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -46,6 +46,7 @@ jobs:
- run:
name: Install geos
command: |
sudo apt-get install -y libproj-dev
sudo apt-get install -y libgeos-dev
- run:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ addons:
- apt:
- packages:
- ffmpeg
- libproj-dev
- libgeos-dev
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand Down

0 comments on commit a9af06f

Please sign in to comment.