Skip to content
Snippets Groups Projects
Commit 066be4a6 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Need xvfb

parent 3e4e7d39
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment