im/.drone.yml

15 lines
169 B
YAML
Raw Normal View History

2020-10-25 12:23:45 +00:00
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: test
commands:
2020-10-25 15:04:19 +00:00
- dnf install -y python3
2020-10-25 12:23:45 +00:00
- python3 manage.py test