2d0e2c2d70
removed some dependencies :)
23 lines
315 B
YAML
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
|