From 201fb26e3f1fdeb100d288a55e0a6184b233f3a0 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Mon, 15 May 2023 23:04:56 -0400 Subject: [PATCH] drone-ci testing --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index aac0a29..6f609f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,11 @@ steps: - python -m venv .venv - . .venv/bin/activate - pip install -r requirements.txt + + - name: build + image: python:3.10-alpine + commands: + - . .venv/bin/activate - pip install . - name: test