From 0670ba69d9d1a6ecf885dc19a70e071c8e9b2260 Mon Sep 17 00:00:00 2001 From: madsmpedersen <m@madsp.dk> Date: Mon, 21 Dec 2015 15:27:14 +0100 Subject: [PATCH] test --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b92fcbe..fae0361b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,5 @@ before_script: test-3.4: image: python:3.4 script: - - python \ No newline at end of file + - pip install -e . + - python tests/testsuite.py \ No newline at end of file -- GitLab