From b562094ae949e6d05288c4e666fb8df3633e0219 Mon Sep 17 00:00:00 2001 From: madsmpedersen <m@madsp.dk> Date: Mon, 21 Dec 2015 15:24:35 +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 33542f3..8bdccbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,5 @@ before_script: test-3.4: image: python:3.4 script: - - pip install -e . \ No newline at end of file + - pip install -e . + - pip install pytest \ No newline at end of file -- GitLab