1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

We need PostgreSQL 9.4 or higher for jsonb fields

This commit is contained in:
Jeremy Stretch
2017-09-28 16:32:59 -04:00
parent e630a1ace1
commit 67f0dfa449

View File

@ -13,6 +13,8 @@ python:
install:
- pip install -r requirements.txt
- pip install pep8
addons:
- postgresql: "9.4"
script:
- ./scripts/cibuild.sh
after_success: