Skip to content

Commit

Permalink
postgis on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed May 13, 2019
1 parent 0dd2577 commit 14a7c58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ env:

addons:
postgresql: '9.4'
apt:
packages:
- postgresql-9.4-postgis-2.3

before_script:
- psql -U postgres -c "create extension postgis"

install:
- pip install -r tests/test_requirements.txt
Expand Down

0 comments on commit 14a7c58

Please sign in to comment.