Skip to content

Commit

Permalink
add the postgis 2.3 due to postgres 9.6 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rapirent committed Aug 13, 2017
1 parent 024ef99 commit 14e180c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ python:
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
install: "pip install -r requirements/dev.txt"
install:
- "pip install -r requirements/dev.txt"
branches:
only:
- /^develop.*$/ #only the develop branches will be tested
Expand All @@ -14,6 +15,9 @@ before_script:
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d travis_test
addons:
postgresql: "9.6"
apt:
packages:
- postgresql-9.6-postgis-2.3
# command to run tests
script: pytest

0 comments on commit 14e180c

Please sign in to comment.