added .drone.yml

This commit is contained in:
Jens Timmerman 2020-10-25 13:23:45 +01:00
parent e5d1187e25
commit 6460918d11
1 changed files with 13 additions and 0 deletions

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