Skip to content

Commit

Permalink
Debug postgis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Aug 21, 2014
1 parent fe4d7be commit dab89f4
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 @@ -9,6 +9,8 @@ install: pip install tox coveralls
before_script:
- psql -U postgres -c 'create database bpzaroundme;'
- psql -U postgres -c 'create extension if not exists postgis;'
- psql -U postgres -c 'create extension if not exists postgis_topology;'
- psql -U postgres -c 'select postgis_lib_version();'

script: tox
env:
Expand Down

0 comments on commit dab89f4

Please sign in to comment.