mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
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
Block a user