Skip to content

Commit

Permalink
Use apt to install libglu [doc-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 8, 2019
1 parent dbce702 commit 0a0f337
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ os:
services:
- xvfb

sudo: false

env:
global:
- PYENV_VERSION=3.7
Expand Down Expand Up @@ -49,6 +47,7 @@ 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 0a0f337

Please sign in to comment.