djangoldp-notification/.gitlab-ci.yml

23 lines
315 B
YAML

---
image: python:3.6
stages:
- test
- release
include:
- project: 'infra/platform'
ref: master
file: '/templates/python.ci.yml'
test:
stage: test
script:
- pip install .[dev]
- python -m unittest djangoldp_notification.tests.runner
except:
- master
- tags
tags:
- test