From 74a4cb90c5d58f6fb4951f813bd187ca62e2ede0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 19 Mar 2020 17:30:23 +0000 Subject: [PATCH] Add gitlab CI Patch supplied by James Valleroy https://gitlab.com/jvalleroy https://gitlab.com/jvalleroy/epicyon/-/commit/a95fade56aa6269f635c31c1a24ab83bd9c057eb --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000..010b6e8fd --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +image: debian:testing + +test: + script: + - apt-get update + - apt-get install -y python3-crypto python3-dateutil python3-idna python3-numpy python3-pil.imagetk python3-pycryptodome python3-requests python3-socks python3-setuptools + - python3 epicyon.py --tests + - python3 epicyon.py --testsnetwork