From 4ae169dbba28845b7ba16e8db14e16bd619f5d53 Mon Sep 17 00:00:00 2001 From: madsmpedersen <m@madsp.dk> Date: Mon, 21 Dec 2015 12:46:53 +0100 Subject: [PATCH] test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bab6a24..3815a3f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,5 @@ test-3.4: image: python:3.4 script: - pip install -e . + - pip install pytest - py.test . -- GitLab