From cd3e2688b2a2ca8a461ca1bb5b2e98f0e70fcacd Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Sun, 25 Feb 2018 13:31:15 +0100 Subject: [PATCH] qt5 env --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 791b7eac..d7e75679 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ push_to_github: build: &build <<: *pyenv + <<: *qt5 stage: build script: - pip install -r requirements.txt @@ -54,6 +55,7 @@ build: &build - py.test test: <<: *pyenv + <<: *qt5 stage: test script: - pip install coveralls @@ -64,6 +66,7 @@ test: releases: <<: *pyenv + <<: *qt5 stage: release when: manual script: -- GitLab