From 066be4a62e7dc1c923e6b13516ba69d7a0954337 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 6 Jun 2017 23:04:10 +0100 Subject: [PATCH] Need xvfb --- .gitlab-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e3b11d59..5876cecf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -204,11 +204,15 @@ variables: git merge --no-commit --no-ff upstream/master; fi; + # I am currently assuming that we are + # running a debian 8/jessie container + # (the python:2.7 and 3.6 images are + # based on this). + # # Linux builds for wxPython are currently # not on pypi, but are available at this - # url. I am currently assuming that the - # test docker images are based on debian - # 8/jessie. + # url. + - apt-get install xvfb - pip install -f https://wxpython.org/Phoenix/release-extras/linux/gtk3/debian-8/ wxpython # All other deps can be installed as normal -- GitLab