Use postgresql 9.6
This commit is contained in:
parent
14d71b2ec5
commit
1aa8d6a17c
|
@ -7,6 +7,9 @@ python:
|
|||
services:
|
||||
- postgresql
|
||||
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
|
||||
install:
|
||||
- pip install -r src/requirements/dev.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue