From d49c4eafd6bdbb7770d503a7581cdd9f85afa767 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Sun, 26 Apr 2020 08:56:03 +0200
Subject: [PATCH] Allow Python 3.5 to fail until awkward1 is fixed

More information can be found at https://github.com/scikit-hep/awkward-1.0/issues/219
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba49298..ba8ca18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ test-py3.5:
         - *virtualenv_definition
         - make test
     <<: *junit_definition
+    allow_failure: true
 
 test-py3.6:
     image: docker.km3net.de/base/python:3.6
-- 
GitLab