From 8414006ed8babfa047a94fb96f5c2c0c280d8a5f Mon Sep 17 00:00:00 2001 From: Bhavesh Odedra Date: Wed, 5 Dec 2018 23:08:34 +0530 Subject: [PATCH] [UPDATE] .travis.yml configuration file to match field-service configuration --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4c3767a2..683e8cf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,14 @@ python: - "3.5" addons: + postgresql: "9.6" apt: # only add the two lines below if you need wkhtmltopdf for your tests # sources: # - pov-wkhtmltopdf packages: - expect-dev # provides unbuffer utility + - postgresql-9.6-postgis-2.3 postgis # because travis doesn't know which one to install - python-lxml # because pip installation is slow - python-simplejson - python-serial