This repository has been archived on 2025-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vwa_project/.drone.yml

12 lines
196 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: python:3.9
commands:
- pip install -r requirements.txt
- python -m unittest discover -s tests
- python app.py