From 131889c81c677f4993169f4e23625cd2b78ab9d3 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 30 May 2022 08:09:23 +0000 Subject: [PATCH] Add '.woodpecker.yml' --- .woodpecker.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 000000000..a7912f633 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,8 @@ +pipeline: + test: + image: debian:testing + commands: + - apt-get update + - apt-get install -y python3-cryptography python3-dateutil python3-idna python3-numpy python3-pil.imagetk python3-requests python3-socks python3-setuptools python3-pyqrcode imagemagick gnupg + - python3 epicyon.py --tests + - python3 epicyon.py --testsnetwork \ No newline at end of file