fogolydilemma/.drone.yml

15 lines
277 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: example_strats
image: "python:3.8"
commands:
- python3 manystrats.py
- name: run_tournament
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 tournament.py