From 4a3bb440805073d005b31983ae8d4afde06c7804 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Thu, 8 Mar 2018 09:53:17 +0100
Subject: [PATCH] remove debug statements for test step

problem identified for python3.4 install



Former-commit-id: 5babd84ddfa0dc7b2845becc5d8db54f608aaac6
---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4738fc09..812cfe61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,9 +12,6 @@ test-centos7:
   - yum install -y gcc-c++
   - cd ippisite
   - pip3 install -r requirements.txt
-  - pip3 -V  #test pip3 version
-  - python3 -V # test python3 version
-  - python3 -c "import sys; print(sys.version_info);print(sys.version_info < (3, 5))" #print python version
   - python3 manage.py test
 deploy-webserver:
   stage: deploy
-- 
GitLab