added .drone.yml

This commit is contained in:
Jens Timmerman 2020-10-25 13:23:45 +01:00
parent e5d1187e25
commit 6460918d11

13
.drone.yml Normal file
View file

@ -0,0 +1,13 @@
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: test
commands:
- python3 manage.py test