im/.drone.yml

16 lines
210 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:07:32 +00:00
- dnf install -y python3 python3-pip
- pip3 install -U Django
2020-10-25 12:23:45 +00:00
- python3 manage.py test