From 431b58c41670fd92a829f91296ce722a5e754ab2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 12 Aug 2019 12:19:43 +0200 Subject: Add .gitlab-ci.yml --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..b79bf95 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +image: python:latest + +stages: + - test + +test: + stage: test + script: + - apt-get update -qy + - apt-get install -y python3-dev python3-numpy python3-scipy python3-pytest + - PYTHONPATH=lib pytest-3 -- cgit v1.2.3