From 05b3d4b852c84d61b2c0dec6162965c0557ec05a Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Mon, 10 Feb 2020 14:53:06 +0100 Subject: [PATCH] Add python 3.8 test job --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7037578..175da10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,14 @@ test-py3.7: - make test <<: *junit_definition +test-py3.8: + image: docker.km3net.de/base/python:3.8 + stage: test + script: + - *virtualenv_definition + - make test + <<: *junit_definition + code-style: image: docker.km3net.de/base/python:3.7 stage: test -- GitLab