2019-01-10 17:00:42 +00:00
|
|
|
---
|
2021-02-16 12:46:44 +00:00
|
|
|
image: python:3.6
|
|
|
|
|
2019-01-10 17:00:42 +00:00
|
|
|
stages:
|
2021-02-16 12:46:44 +00:00
|
|
|
- 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'
|
2021-02-16 12:46:44 +00:00
|
|
|
|
|
|
|
test:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- pip install .[dev]
|
|
|
|
- python -m unittest djangoldp_notification.tests.runner
|
|
|
|
except:
|
|
|
|
- master
|
|
|
|
- tags
|
|
|
|
tags:
|
|
|
|
- test
|