maubot-tmdb/drone.yaml
2021-03-04 21:56:17 +01:00

11 lines
152 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: python
commands:
- pip install -r requirements.txt
- python3 test_tmdb.py