From 55dd37a53267baa04f149fbf82735ec67dd9d5b7 Mon Sep 17 00:00:00 2001 From: John Helmert Date: Tue, 27 Aug 2019 16:42:46 -0500 Subject: [PATCH] Allow experimental Python 3.8 to fail CI test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b91a0a4..d6a1ade 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,7 @@ python3.7: python3.8: image: python:3.8-rc-buster + allow_failure: true script: - pip install .[test] - pip install .