From 4884e2374cb1a5fa70c882cb985d2b53cb07e48e Mon Sep 17 00:00:00 2001 From: Pablo Carranza Date: Sat, 10 Jun 2017 23:50:59 +0200 Subject: Add gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..42ee908 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: python:3.3 + +before_script: + - python3 -v + - which python + - pip3 install psycopg2 + +unittest: + script: + - python3 -m unittest discover tests -- cgit v1.2.3