Fix postgresql test on FreeBSD with Python 3.x.

pull/54569/head
Matt Clay 6 years ago
parent 5eb9fa90f4
commit e2e27ca192

@ -0,0 +1,12 @@
postgresql_packages:
- "postgresql95-server"
- "py36-psycopg2"
pg_hba_location: "/usr/local/pgsql/data/pg_hba.conf"
pg_dir: "/usr/local/pgsql/data"
pg_ver: 9.5
pg_user: pgsql
pg_group: pgsql
locale_latin_suffix: .ISO8859-1
locale_utf8_suffix: .UTF-8
Loading…
Cancel
Save