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

21 lines
349 B
YAML
Raw Normal View History

sudo: required
services:
- postgresql
2019-04-15 04:16:22 -04:00
- redis-server
2017-09-28 17:47:11 -04:00
addons:
postgresql: "9.6"
2016-06-27 16:48:54 -04:00
language: python
python:
- "3.6"
2020-03-03 10:52:56 -05:00
- "3.7"
- "3.8"
2016-06-27 16:48:54 -04:00
install:
- pip install -r requirements.txt
- pip install pycodestyle
- pip install coverage
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