start exercise
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-16 03:15:55 +02:00
parent 38e4dfbeea
commit f97c4e7790
7 changed files with 32 additions and 1 deletions

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: run_algo
steps:
- name: do_homework
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 app.py