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

17 lines
287 B
YAML
Raw Normal View History

sudo: required
services:
- postgresql
2017-09-28 17:47:11 -04:00
addons:
2017-09-28 17:55:05 -04:00
postgresql: "9.4"
2016-06-27 16:48:54 -04:00
language: python
python:
- "3.5"
2016-06-27 16:48:54 -04:00
install:
- pip install -r requirements.txt
- pip install pycodestyle
2017-09-28 17:47:11 -04:00
before_script:
- psql --version
- psql -U postgres -c 'SELECT version();'
2016-06-27 16:48:54 -04:00
script:
- ./scripts/cibuild.sh