Skip to content

Commit

Permalink
Install libglu using addons
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 8, 2019
1 parent 0a0f337 commit 5c56bc8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ os:
services:
- xvfb

sudo: false

addons:
apt:
packages:
- libglu1-mesa

env:
global:
- PYENV_VERSION=3.7
Expand Down Expand Up @@ -47,7 +54,6 @@ jobs:
stage: test
env: DESC="dev test_all"
before_install:
- sudo apt-get install libglu1-mesa
# install doit/pyctdev and use to install miniconda...
- pip install pyctdev && doit miniconda_install && pip uninstall -y doit pyctdev
- export PATH="$HOME/miniconda/bin:$PATH" && hash -r
Expand Down

0 comments on commit 5c56bc8

Please sign in to comment.