djangoldp-notification/.gitlab-ci.yml

23 lines
315 B
YAML
Raw Permalink Normal View History

2019-01-10 17:00:42 +00:00
---
image: python:3.6
2019-01-10 17:00:42 +00:00
stages:
- test
2019-01-10 17:00:42 +00:00
- release
2020-05-22 15:28:21 +00:00
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