Initial Drone CI

This commit is contained in:
lomion 2021-03-04 21:56:17 +01:00
parent 41180653ac
commit b51139e157
2 changed files with 11 additions and 0 deletions

10
drone.yaml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: python
commands:
- pip install -r requirements.txt
- python3 test_tmdb.py

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
maubot