maubot-tmdb/drone.yaml

11 lines
152 B
YAML
Raw Normal View History

2021-03-04 20:56:17 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: test
image: python
commands:
- pip install -r requirements.txt
- python3 test_tmdb.py