Browse Source

[UPDATE] .travis.yml configuration file to match field-service configuration

pull/229/head
Bhavesh Odedra 6 years ago
parent
commit
8414006ed8
  1. 2
      .travis.yml

2
.travis.yml

@ -6,12 +6,14 @@ python:
- "3.5" - "3.5"
addons: addons:
postgresql: "9.6"
apt: apt:
# only add the two lines below if you need wkhtmltopdf for your tests # only add the two lines below if you need wkhtmltopdf for your tests
# sources: # sources:
# - pov-wkhtmltopdf # - pov-wkhtmltopdf
packages: packages:
- expect-dev # provides unbuffer utility - 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-lxml # because pip installation is slow
- python-simplejson - python-simplejson
- python-serial - python-serial

Loading…
Cancel
Save