diff --git a/.drone.yml b/.drone.yml index 0cfa69e..bec0427 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,19 @@ kind: pipeline +name: build + +steps: +- name: Build + image: python:3 + commands: + - pip install -r requirements.txt +# - pytest + +trigger: + event: + - push + +--- +kind: pipeline type: docker name: Create release from tag steps: