From c7203f2cfe88e699c97894092f5dff1d3de4251f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 22 Apr 2016 11:49:38 +0200 Subject: Switch off CentOS 6 build for the moment as well. Trying to avoid https://gitlab.com/gitlab-org/gitlab-ce/issues/15311 for now, so that we have at least python3 testing. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68feccd..8f201f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - - centos6 - # - python26 + # - centos6 + # - python26 - python27 - python34 @@ -11,7 +11,7 @@ stages: script: - python setup.py clean build test -centos6: +.centos6: stage: centos6 image: centos:6 when: always -- cgit v1.2.1