add example strats
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-09-11 00:40:13 +02:00
parent 02bc0c23c6
commit e2800d939d
2 changed files with 149 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ type: docker
name: default
steps:
- name: example_strats
image: "python:3.8"
commands:
- python3 manystrats.py
- name: run_tournament
image: "python:3.8"
commands: