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:
@ -13,6 +13,8 @@ python:
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install pep8
|
||||
addons:
|
||||
- postgresql: "9.4"
|
||||
script:
|
||||
- ./scripts/cibuild.sh
|
||||
after_success:
|
||||
|
Reference in New Issue
Block a user