Use postgresql 9.6

This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-28 01:25:53 +01:00
parent 14d71b2ec5
commit 1aa8d6a17c
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ python:
services:
- postgresql
addons:
postgresql: "9.6"
install:
- pip install -r src/requirements/dev.txt