From 6c0b6d9a6e1331dc9637f0526d062eb18cf3be52 Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Fri, 13 Jul 2018 15:11:33 +0200 Subject: [PATCH] new image for testing --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8736073..31421d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,7 @@ stages: - - py34 - py35 - py36 - py37 -test-py3.4: - image: python:3.4 - stage: py34 - script: - - adduser --disabled-password --gecos '' myuser - - pip3 install -r requirements.txt - - python3.4 -m pytest --cov rpg tests test-py3.5: image: python:3.5 stage: py35 -- GitLab