From 785e34b2d6efd2df001025024b2af684eb62e711 Mon Sep 17 00:00:00 2001 From: Skia Date: Mon, 18 Apr 2016 04:58:15 +0200 Subject: [PATCH] Add CI file, testing --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..42978c2b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +test: + script: + # this configures django application to use attached postgres database that is run on `postgres` host + - apt-get update -qy + - apt-get install -y python3-dev python3-pip + - pip install -r requirements.txt + - python manage.py test