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

fix 3.6 more

parent e704799b
No related branches found
No related tags found
No related merge requests found
...@@ -220,12 +220,13 @@ variables: ...@@ -220,12 +220,13 @@ variables:
script: script:
# Install $PY_VERSION # Install $PY_VERSION, xvfb, and all
# of the wxpython dependencies. We
- apt-get update -y || true - apt-get update -y || true
- apt-get install -y wget software-properties-common python-software-properties - apt-get install -y software-properties-common python-software-properties xvfb libgtk2.0-0 libnotify4 freeglut3 libsdl1.2debian
- add-apt-repository -y ppa:deadsnakes/ppa - add-apt-repository -y ppa:deadsnakes/ppa
- apt-get update -y || true - apt-get update -y || true
- apt-get install -y $PY_VERSION $PY_PACKAGES - apt-get install -y $PY_VERSION "$PY_VERSION"-dev $PY_PACKAGES
- $PY_VENV test.venv - $PY_VENV test.venv
- source test.venv/bin/activate - source test.venv/bin/activate
...@@ -239,11 +240,6 @@ variables: ...@@ -239,11 +240,6 @@ variables:
git merge --no-commit --no-ff upstream/master; git merge --no-commit --no-ff upstream/master;
fi; fi;
# We need to install xvfb, and all of
# the wxpython dependencies.
- apt-get update -y || true
- apt-get install -y xvfb libgtk2.0-0 libnotify4 freeglut3 libsdl1.2debian
# Linux builds for wxPython are currently not # Linux builds for wxPython are currently not
# on pypi, but are available at this url. # on pypi, but are available at this url.
- pip install --only-binary wxpython -f $WXPYTHON_UBUNTU1604_URL wxpython - pip install --only-binary wxpython -f $WXPYTHON_UBUNTU1604_URL wxpython
......
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