From 98e644dae239b7882ca4b7826998327a34f7e302 Mon Sep 17 00:00:00 2001 From: alan2000alex Date: Fri, 19 Aug 2022 19:17:09 +0530 Subject: [PATCH] feat:init ci --- .woodpecker.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..1ebcb0b --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +pipeline: + backend: + image: python + commands: + - pip install virtualenv + - virtualenv venv + - . ./venv/bin/activate && pip install -r requirements.txt