Skip to content

Commit

Permalink
ci: install proj packages on Travis CI
Browse files Browse the repository at this point in the history
Required by pyproj on linux.
  • Loading branch information
rokm committed Apr 26, 2021
1 parent cb858f8 commit 9f2183f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ jobs:
stage: PyInstaller development version
python: 3.6
install: *install-develop

addons:
apt:
packages:
# pyproj dependencies
- libproj-dev
- proj-bin

0 comments on commit 9f2183f

Please sign in to comment.