We need PostgreSQL 9.4 or higher for jsonb fields
This commit is contained in:
parent
e630a1ace1
commit
67f0dfa449
|
|
@ -13,6 +13,8 @@ python:
|
|||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install pep8
|
||||
addons:
|
||||
- postgresql: "9.4"
|
||||
script:
|
||||
- ./scripts/cibuild.sh
|
||||
after_success:
|
||||
|
|
|
|||
Loading…
Reference in New Issue