From 1a47d1aa21702974ab97c25e5c979aa2b4af2020 Mon Sep 17 00:00:00 2001 From: mmpe <mmpe@dtu.dk> Date: Mon, 21 Dec 2015 14:00:20 +0100 Subject: [PATCH] update --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3815a3f7..8bdccbf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,5 +6,4 @@ test-3.4: image: python:3.4 script: - pip install -e . - - pip install pytest - - py.test . + - pip install pytest \ No newline at end of file -- GitLab