Travis: documentation suggests we need to add postgresql-client package pre-startup

This commit is contained in:
marc tobias 2020-02-18 23:37:06 +01:00
parent 027d9e938c
commit 484892ae97

View File

@ -6,6 +6,10 @@ python:
- "3.6" - "3.6"
addons: addons:
postgresql: "9.6" postgresql: "9.6"
apt:
packages:
postgresql-server-dev-9.6
postgresql-client-9.6
git: git:
depth: 3 depth: 3
env: env: