Skip to content

Commit

Permalink
travis: install python-qt4-gl for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Dec 28, 2018
1 parent 995d20f commit eaa2f81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -12,8 +12,10 @@ python:
matrix:
include:
- python: 2.7
dist: trusty # "cannot import name QtOpenGL" with xenial
cache: pip # avoid PySide wheel build
apt:
packages:
- python-qt4-gl # avoid "cannot import name QtOpenGL"

install:
- pip install -U --upgrade-strategy eager .[alldeps,test,doc]
Expand Down

0 comments on commit eaa2f81

Please sign in to comment.