From cdb591b08057392a415a96909b98df69c295cf60 Mon Sep 17 00:00:00 2001 From: Laura Liberda Date: Thu, 3 Dec 2020 07:44:53 +0100 Subject: [PATCH] ok, python 3.4 was a mistake --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf099f2..4f53bdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ py2.7-unit_tests: py3.4-unit_tests: image: python:3.4-alpine + allow_failure: true script: - nosetests tests/*.py - python setup.py sdist bdist_wheel @@ -76,6 +77,7 @@ py2.7-integration_test: py3.4-integration_test: image: python:3.4-buster + allow_failure: true before_script: - pip install -r requirements.txt - apt-get -y update